Fix failing signing of debug launcher

This commit is contained in:
Armin Schrenk
2025-07-02 21:52:44 +02:00
parent 99182674ef
commit 995ece19ae

View File

@@ -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