mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
9 lines
284 B
Batchfile
9 lines
284 B
Batchfile
REM delete old dist and build files
|
|
rmdir /s /q dist
|
|
rmdir /s /q build
|
|
|
|
REM build the exe with pyinstaller
|
|
pyinstaller install\pyinstaller\pyinstaller.spec
|
|
|
|
REM code sign dangerzone.exe
|
|
signtool.exe sign /v /d "Dangerzone" /a /tr http://time.certum.pl/ dist\dangerzone\dangerzone.exe
|