summaryrefslogtreecommitdiff
path: root/xmake/modules/utils
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/modules/utils
parentf1c7a3d3e666b4e0dee06d7739c77663de100386 (diff)
remove tboox.org
Diffstat (limited to 'xmake/modules/utils')
-rw-r--r--xmake/modules/utils/wdk/testcert.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/modules/utils/wdk/testcert.lua b/xmake/modules/utils/wdk/testcert.lua
index 696533efe..59c144f5b 100644
--- a/xmake/modules/utils/wdk/testcert.lua
+++ b/xmake/modules/utils/wdk/testcert.lua
@@ -62,7 +62,7 @@ function _install(wdk)
if not os.isfile(tmpfile) then
os.cp(os.programfile(), tmpfile)
end
- os.vrunv(signtool, {"sign", "/v", "/a", "/s", "PrivateCertStore", "/n", "tboox.org(test)", tmpfile})
+ os.vrunv(signtool, {"sign", "/v", "/a", "/s", "PrivateCertStore", "/n", "xmake.io(test)", tmpfile})
return true
end
}
@@ -78,7 +78,7 @@ function _install(wdk)
-- get a test certificate
local testcer = path.join(global.directory(), "sign", "test.cer")
- local company = "tboox.org(test)"
+ local company = "xmake.io(test)"
-- make a new test certificate @note need re-generate certificate when reinstalling
local signdir = path.directory(testcer)