From 372db1525d79319842b4e431ac135309ec460e40 Mon Sep 17 00:00:00 2001 From: MicroBlock <66859419+std-microblock@users.noreply.github.com> Date: Tue, 12 Aug 2025 05:18:33 +0800 Subject: Update xmake.lua --- xmake/rules/wdk/sign/xmake.lua | 6 +++--- 1 file 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) -- cgit v1.3.1 From 616e58f4606429314ec7017e68bfa6be200dbe4a Mon Sep 17 00:00:00 2001 From: MicroBlock <66859419+std-microblock@users.noreply.github.com> Date: Wed, 13 Aug 2025 16:07:53 +0800 Subject: Update xmake.lua --- xmake/rules/wdk/sign/xmake.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xmake/rules/wdk/sign/xmake.lua b/xmake/rules/wdk/sign/xmake.lua index bdd18fce5..51fce1cf3 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, TBOOX Open Source Group. +-- Copyright (C) 2015-present, Xmake Open Source Community. -- -- @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: tboox.org +-- - wdk.sign.company: xmake.io -- - wdk.sign.certfile: signcert.cer -- - wdk.sign.timestamp: http://timestamp.verisign.com/scripts/timstamp.dll -- -- cgit v1.3.1 From 74e371f802b1b767cd2e920c47cd1e23c72bd3b8 Mon Sep 17 00:00:00 2001 From: MicroBlock <66859419+std-microblock@users.noreply.github.com> Date: Wed, 13 Aug 2025 16:08:16 +0800 Subject: Update xmake.lua --- xmake/rules/wdk/sign/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake/rules/wdk/sign/xmake.lua b/xmake/rules/wdk/sign/xmake.lua index 51fce1cf3..d82f632e0 100644 --- a/xmake/rules/wdk/sign/xmake.lua +++ b/xmake/rules/wdk/sign/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: xmake.io -- - wdk.sign.certfile: signcert.cer -- - wdk.sign.timestamp: http://timestamp.verisign.com/scripts/timstamp.dll -- -- cgit v1.3.1