diff --git a/.github/workflows/win-exe.yml b/.github/workflows/win-exe.yml index 235b75808..4757ad290 100644 --- a/.github/workflows/win-exe.yml +++ b/.github/workflows/win-exe.yml @@ -163,7 +163,7 @@ jobs: --java-options "-Djavafx.verbose=${{ inputs.isDebug }}" --resource-dir dist/win/resources --icon dist/win/resources/Cryptomator.ico - --add-launcher "CryptomatorDebug=dist/win/debug-launcher.properties" + --add-launcher "Debug_Cryptomator=dist/win/debug-launcher.properties" - name: Patch Application Directory run: | cp dist/win/contrib/* appdir/Cryptomator @@ -180,7 +180,7 @@ jobs: - name: Fix permissions run: | attrib -r appdir/Cryptomator/Cryptomator.exe - attrib -r appdir/Cryptomator/CryptomatorDebug.exe + attrib -r appdir/Cryptomator/Debug_Cryptomator.exe shell: pwsh - name: Extract jars with DLLs for Codesigning shell: pwsh