From 93fe27989ac0e59fa1b035e5cf7a70b8fd000f8d Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Mon, 29 Dec 2025 16:37:55 +0100 Subject: [PATCH] [skip ci] adjust build scripts --- .github/workflows/win-exe.yml | 2 -- dist/win/build.ps1 | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/win-exe.yml b/.github/workflows/win-exe.yml index 6b258e154..6e005dc12 100644 --- a/.github/workflows/win-exe.yml +++ b/.github/workflows/win-exe.yml @@ -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 diff --git a/dist/win/build.ps1 b/dist/win/build.ps1 index 6fdee1c9a..fcc09dc20 100644 --- a/dist/win/build.ps1 +++ b/dist/win/build.ps1 @@ -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 `