dangerzone/install
JKarasti a915ae8442
Change: Update the build-app.bat script to work with WiX Toolset v5
- WiX Toolset v3 used to validate the msi package by default. In v5 that has moved to a new command, so add a new validation step to the script.

- Also emove the step that uses `insignia.exe` to sign the Dangerzone.msi with the digital signatures from its external cab archives.

  In WiX Toolset v4 and newer, insignia is replaced with a new command `wix msi inscribe`, but we tell wix to embed the cabinets into the .msi
  (That's what`EmbedCab="yes"` in the Media / MediaTemplate element does) so singning them separately is not necessary. [0]

  [0] https://wixtoolset.org/docs/tools/signing/
2024-12-09 18:42:12 +02:00
..
common Add script for downloading Tesseract data 2024-10-17 15:50:10 +03:00
linux Bump version to 0.8.0 2024-10-31 14:22:13 +01:00
macos macos: Remove some stale entitlements 2024-10-21 19:16:03 +03:00
pyinstaller Adds file formats: epub svg bmp pnm bpm ppm 2024-01-31 19:58:48 +00:00
windows Change: Update the build-app.bat script to work with WiX Toolset v5 2024-12-09 18:42:12 +02:00