Skip to content

Commit

Permalink
Setup: rename ArchipelagoLauncher(DEBUG) to ArchipelagoLauncherDebug (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Berserker66 authored Jun 5, 2024
1 parent da2f0f9 commit afe4b29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions inno_setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ Type: files; Name: "{app}\lib\worlds\_bizhawk.apworld"
Type: files; Name: "{app}\ArchipelagoLttPClient.exe"
Type: files; Name: "{app}\ArchipelagoPokemonClient.exe"
Type: files; Name: "{app}\data\lua\connector_pkmn_rb.lua"
Type: files; Name: "{app}\ArchipelagoLauncher(DEBUG).exe"
Type: filesandordirs; Name: "{app}\lib\worlds\rogue-legacy*"
Type: filesandordirs; Name: "{app}\SNI\lua*"
Type: filesandordirs; Name: "{app}\EnemizerCLI*"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def resolve_icon(icon_name: str):
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),
))

Expand Down

0 comments on commit afe4b29

Please sign in to comment.