summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/rules/wdk/sign/sign.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/xmake/rules/wdk/sign/sign.lua b/xmake/rules/wdk/sign/sign.lua
index 5fa3bcc10..1bc6570f6 100644
--- a/xmake/rules/wdk/sign/sign.lua
+++ b/xmake/rules/wdk/sign/sign.lua
@@ -77,8 +77,6 @@ function main(target, filepath, mode)
table.insert(argv, thumbprint)
end
local store = target:values("wdk.sign.store")
- if not store and mode == "test" then
- end
if store then
table.insert(argv, "/a")
table.insert(argv, "/s")