updated build
This commit is contained in:
parent
f3d360b6b3
commit
55f85f6794
3 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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
BIN
quake3modern.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.1 KiB |
Loading…
Add table
Add a link
Reference in a new issue