revert to old name

This commit is contained in:
Armin Schrenk
2025-06-24 14:35:49 +02:00
parent 7bc231023f
commit c05ff5d9ec
2 changed files with 2 additions and 2 deletions

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 "Debug_Cryptomator=dist/win/debug-launcher.properties"
--add-launcher "CryptomatorDebug=dist/win/debug-launcher.properties"
- name: Patch Application Directory
run: |
cp dist/win/contrib/* appdir/Cryptomator

2
dist/win/build.ps1 vendored
View File

@@ -177,7 +177,7 @@ $javaOptions = @(
--app-version "$semVerNo.$revisionNo" `
--resource-dir resources `
--icon resources/$AppName.ico `
--add-launcher "Debug_${AppName}=$buildDir\debug-launcher.properties" `
--add-launcher "${AppName}Debug=$buildDir\debug-launcher.properties" `
@javaOptions
if ($LASTEXITCODE -ne 0) {