summaryrefslogtreecommitdiff
path: root/xmake/rules
diff options
context:
space:
mode:
authorruki <[email protected]>2025-07-03 23:01:48 +0800
committerruki <[email protected]>2025-07-03 23:01:48 +0800
commitd7fefefea5959ae89694891b2a034ec274eb2fe3 (patch)
treec626025fdbbafe3e9fb70a898eebd28755be52f3 /xmake/rules
parentf1c7a3d3e666b4e0dee06d7739c77663de100386 (diff)
remove tboox.org
Diffstat (limited to 'xmake/rules')
-rw-r--r--xmake/rules/wdk/sign/sign.lua2
-rw-r--r--xmake/rules/wdk/sign/xmake.lua2
2 files changed, 2 insertions, 2 deletions
diff --git a/xmake/rules/wdk/sign/sign.lua b/xmake/rules/wdk/sign/sign.lua
index 8bf68b53a..9e4a11198 100644
--- a/xmake/rules/wdk/sign/sign.lua
+++ b/xmake/rules/wdk/sign/sign.lua
@@ -94,7 +94,7 @@ function main(target, filepath, mode)
if mode == "test" and (not certfile and not thumbprint and not store) then
table.insert(argv, "/a")
table.insert(argv, "/n")
- table.insert(argv, "tboox.org(test)")
+ table.insert(argv, "xmake.io(test)")
table.insert(argv, "/s")
table.insert(argv, "PrivateCertStore")
end
diff --git a/xmake/rules/wdk/sign/xmake.lua b/xmake/rules/wdk/sign/xmake.lua
index 32d8fc936..72592b344 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: tboox.org
+-- - wdk.sign.company: xmake.io
-- - wdk.sign.certfile: signcert.cer
-- - wdk.sign.timestamp: http://timestamp.verisign.com/scripts/timstamp.dll
--