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
+1 -1
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) {