updated build

This commit is contained in:
edschuy95 2026-01-08 16:46:16 -05:00
parent f3d360b6b3
commit 55f85f6794
3 changed files with 3 additions and 3 deletions

View file

@ -22,10 +22,10 @@ shutdown_event = threading.Event()
ERROR_ALREADY_EXISTS = 183
# ========================= CONFIG =========================
DEBUG = True # Set True to enable debug overrides
DEBUG = False # Set True to enable debug overrides
# Default paths (used if not in debug mode)
DEFAULT_GAME_EXE = r".\RA3game.dll"
DEFAULT_GAME_EXE = r".\qgame.dll"
DEFAULT_PLAYLIST = r".\arena\music\playlist.txt"
DEFAULT_RA3_MAPS = r".\arena\music\ra3_maps.txt"

View file

@ -1 +1 @@
pyinstaller --onefile --name RA3WITHMP3 --icon=RA3.ico --collect-all readchar --collect-all winpty RA3MP3Playback.py
pyinstaller --onefile --name RA3WITHMP3 --icon=quake3modern.ico --collect-all readchar --collect-all winpty RA3MP3Playback.py

BIN
quake3modern.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB