mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Finished making a nice WiX installer, but still missing codesigning
This commit is contained in:
parent
2ae39db1c1
commit
e796f9aaea
4 changed files with 4 additions and 3 deletions
|
@ -10,8 +10,9 @@
|
|||
<Property Id="ARPPRODUCTICON" Value="ProductIcon"/>
|
||||
<Property Id="ARPHELPLINK" Value="https://github.com/firstlookmedia/dangerzone"/>
|
||||
<Property Id="ARPURLINFOABOUT" Value="https://tech.firstlook.media"/>
|
||||
<Property Id="ARPNOREPAIR" Value="1"/>
|
||||
<Property Id="ARPNOMODIFY" Value="1"/>
|
||||
|
||||
<UIRef Id="WixUI_Minimal" />
|
||||
<UIRef Id="WixUI_ErrorProgressText" />
|
||||
|
||||
<Upgrade Id="$(var.ProductUpgradeCode)">
|
||||
<UpgradeVersion Minimum="$(var.ProductVersion)" OnlyDetect="yes" Property="NEWERVERSIONDETECTED"/>
|
||||
|
|
BIN
install/windows/dialog.bmp
Normal file
BIN
install/windows/dialog.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 601 KiB |
BIN
install/windows/license.rtf
Executable file
BIN
install/windows/license.rtf
Executable file
Binary file not shown.
|
@ -18,4 +18,4 @@ REM TODO: code sign dangerzone.msi
|
|||
|
||||
REM moving dangerzone.msi to dist
|
||||
cd ..\..
|
||||
move build/wix/Dangerzone.msi dist
|
||||
move build\wix\Dangerzone.msi dist
|
||||
|
|
Loading…
Reference in a new issue