diff options
| author | Joakim Lindqvist <[email protected]> | 2024-03-20 12:28:19 +0100 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2024-03-20 12:28:19 +0100 |
| commit | cc1723cca365a5954a30b92d90c8b07242b825ab (patch) | |
| tree | b77ceefcf97283ffc29c1391fcd6a1520491c57f /scripts/bundle.lua | |
| parent | read jupiter token from file (#10) (diff) | |
| download | zen-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.lua | 4 |
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", |