[skip ci] adjust build scripts

This commit is contained in:
Armin Schrenk
2025-12-29 16:37:55 +01:00
parent a8344e5640
commit 93fe27989a
2 changed files with 0 additions and 4 deletions

View File

@@ -246,11 +246,9 @@ jobs:
--vendor "Skymatic GmbH"
--copyright "(C) 2016 - 2025 Skymatic GmbH"
--app-version "${{ needs.get-version.outputs.semVerNum }}.${{ needs.get-version.outputs.revNum}}"
--win-menu
--win-dir-chooser
--win-shortcut-prompt
--win-update-url "https:\\cryptomator.org\downloads"
--win-menu-group Cryptomator
--resource-dir dist/win/resources
--license-file dist/win/resources/license.rtf
--file-associations dist/win/resources/FAvaultFile.properties

2
dist/win/build.ps1 vendored
View File

@@ -221,10 +221,8 @@ $Env:JP_WIXHELPER_DIR = "."
--vendor $Vendor `
--copyright $copyright `
--app-version "$semVerNo.$revisionNo" `
--win-menu `
--win-dir-chooser `
--win-shortcut-prompt `
--win-menu-group $AppName `
--resource-dir resources `
--license-file resources/license.rtf `
--win-update-url $UpdateUrl `