From d7fefefea5959ae89694891b2a034ec274eb2fe3 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 3 Jul 2025 23:01:48 +0800 Subject: remove tboox.org --- xmake/modules/utils/wdk/testcert.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xmake/modules/utils') 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) -- cgit v1.3.1