mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
Setup: rename ArchipelagoLauncher(DEBUG) to ArchipelagoLauncherDebug (#3468)
This commit is contained in:
2
setup.py
2
setup.py
@@ -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),
|
||||
))
|
||||
|
||||
|
Reference in New Issue
Block a user