From 8d05bcc10fb1f714756a5efb57f6fddd4bee597e Mon Sep 17 00:00:00 2001 From: deeplow Date: Mon, 7 Aug 2023 10:50:39 +0100 Subject: [PATCH] Update windows certificate in build-app.bat --- install/windows/build-app.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install/windows/build-app.bat b/install/windows/build-app.bat index 3be61eb..1dd340e 100644 --- a/install/windows/build-app.bat +++ b/install/windows/build-app.bat @@ -6,8 +6,8 @@ REM build the exe python .\setup-windows.py build REM code sign dangerzone.exe -signtool.exe sign /v /d "Dangerzone" /sha1 1a0345732140749bdaa03efe8591b2c2a036884c /tr http://timestamp.digicert.com build\exe.win-amd64-3.11\dangerzone.exe -signtool.exe sign /v /d "Dangerzone" /sha1 1a0345732140749bdaa03efe8591b2c2a036884c /tr http://timestamp.digicert.com build\exe.win-amd64-3.11\dangerzone-cli.exe +signtool.exe sign /v /d "Dangerzone" /a /n "Freedom of the Press Foundation" /fd sha1 /t http://time.certum.pl/ build\exe.win-amd64-3.11\dangerzone.exe +signtool.exe sign /v /d "Dangerzone" /a /n "Freedom of the Press Foundation" /fd sha1 /t http://time.certum.pl/ build\exe.win-amd64-3.11\dangerzone-cli.exe REM build the wix file python install\windows\build-wxs.py > build\Dangerzone.wxs @@ -19,7 +19,7 @@ light.exe -ext WixUIExtension Dangerzone.wixobj REM code sign dangerzone.msi insignia.exe -im Dangerzone.msi -signtool.exe sign /v /d "Dangerzone" /sha1 1a0345732140749bdaa03efe8591b2c2a036884c /tr http://timestamp.digicert.com Dangerzone.msi +signtool.exe sign /v /d "Dangerzone" /a /n "Freedom of the Press Foundation" /fd sha1 /t http://time.certum.pl/ Dangerzone.msi REM moving Dangerzone.msi to dist cd ..