aboutsummaryrefslogtreecommitdiff
path: root/scripts/bundle.lua
diff options
context:
space:
mode:
authorJoakim Lindqvist <[email protected]>2024-03-20 12:28:19 +0100
committerGitHub Enterprise <[email protected]>2024-03-20 12:28:19 +0100
commitcc1723cca365a5954a30b92d90c8b07242b825ab (patch)
treeb77ceefcf97283ffc29c1391fcd6a1520491c57f /scripts/bundle.lua
parentread jupiter token from file (#10) (diff)
downloadzen-cc1723cca365a5954a30b92d90c8b07242b825ab.tar.xz
zen-cc1723cca365a5954a30b92d90c8b07242b825ab.zip
Enabled signing on windows agents again (#12)
* Enabled signing on windows agents again
Diffstat (limited to 'scripts/bundle.lua')
-rw-r--r--scripts/bundle.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/bundle.lua b/scripts/bundle.lua
index 4683eabbd..1a81c9b7f 100644
--- a/scripts/bundle.lua
+++ b/scripts/bundle.lua
@@ -180,10 +180,14 @@ local function main_windows(signidentity)
"sign",
"/sm",
"/a",
+ "/fd",
+ "sha256",
"/n",
signidentity,
"/tr",
"http://timestamp.digicert.com",
+ "/td",
+ "SHA256",
"/v",
"/as",
"build/windows/x64/release/zenserver.exe",