diff options
| author | MicroBlock <[email protected]> | 2025-08-12 05:18:33 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-12 05:18:33 +0800 |
| commit | 372db1525d79319842b4e431ac135309ec460e40 (patch) | |
| tree | ba4d7d21054ec315f7f29b9bd76bae3a95522988 | |
| parent | c39e51cd62cd158827df495eef79276c43cd4dfc (diff) | |
Update xmake.lua
| -rw-r--r-- | xmake/rules/wdk/sign/xmake.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmake/rules/wdk/sign/xmake.lua b/xmake/rules/wdk/sign/xmake.lua index 615bffd47..bdd18fce5 100644 --- a/xmake/rules/wdk/sign/xmake.lua +++ b/xmake/rules/wdk/sign/xmake.lua @@ -12,7 +12,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015-present, Xmake Open Source Community. +-- Copyright (C) 2015-present, TBOOX Open Source Group. -- -- @author ruki -- @file xmake.lua @@ -24,7 +24,7 @@ -- - wdk.sign.mode: nosign/test/release (default: nosign) -- - wdk.sign.store: PrivateCertStore -- - wdk.sign.thumbprint: 032122545DCAA6167B1ADBE5F7FDF07AE2234AAA --- - wdk.sign.company: xmake.io +-- - wdk.sign.company: tboox.org -- - wdk.sign.certfile: signcert.cer -- - wdk.sign.timestamp: http://timestamp.verisign.com/scripts/timstamp.dll -- @@ -127,7 +127,7 @@ rule("wdk.sign") -- do inf2cat local inf2cat_dir = path.directory(target:targetfile()) - local inf2cat_argv = {"/driver:" .. inf2cat_dir} + local inf2cat_argv = {"/driver:" .. inf2cat_dir, "/uselocaltime"} local inf2cat_os = target:values("wdk.inf2cat.os") or {"XP_" .. arch, "7_" .. arch, "8_" .. arch, "10_" .. arch} table.insert(inf2cat_argv, "/os:" .. table.concat(table.wrap(inf2cat_os), ',')) os.vrunv(inf2cat, inf2cat_argv) |
