mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Update windows certificate in build-app.bat
This commit is contained in:
parent
2fa56282a6
commit
8d05bcc10f
1 changed files with 3 additions and 3 deletions
|
@ -6,8 +6,8 @@ REM build the exe
|
||||||
python .\setup-windows.py build
|
python .\setup-windows.py build
|
||||||
|
|
||||||
REM code sign dangerzone.exe
|
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" /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" /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-cli.exe
|
||||||
|
|
||||||
REM build the wix file
|
REM build the wix file
|
||||||
python install\windows\build-wxs.py > build\Dangerzone.wxs
|
python install\windows\build-wxs.py > build\Dangerzone.wxs
|
||||||
|
@ -19,7 +19,7 @@ light.exe -ext WixUIExtension Dangerzone.wixobj
|
||||||
|
|
||||||
REM code sign dangerzone.msi
|
REM code sign dangerzone.msi
|
||||||
insignia.exe -im 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
|
REM moving Dangerzone.msi to dist
|
||||||
cd ..
|
cd ..
|
||||||
|
|
Loading…
Reference in a new issue