Setup: rename ArchipelagoLauncher(DEBUG) to ArchipelagoLauncherDebug (#3468)

This commit is contained in:
Fabian Dill
2024-06-05 21:00:53 +02:00
committed by GitHub
parent da2f0f94ca
commit afe4b2925e
2 changed files with 2 additions and 1 deletions

View File

@@ -190,7 +190,7 @@ if is_windows:
c = next(component for component in components if component.script_name == "Launcher")
exes.append(cx_Freeze.Executable(
script=f"{c.script_name}.py",
target_name=f"{c.frozen_name}(DEBUG).exe",
target_name=f"{c.frozen_name}Debug.exe",
icon=resolve_icon(c.icon),
))