added command to build with no console on windows and optimise on build

This commit is contained in:
Seth Samuel 2024-12-04 22:46:59 +13:00
parent bc9381627c
commit c33804c747

View file

@ -1,2 +1,3 @@
pyinstaller.exe --add-data .\GAME_METHODS\*:.\GAME_METHODS\ --onefile .\OutGaugeInterpreter.py
pyinstaller.exe --add-data .\GAME_METHODS\*:.\GAME_METHODS\ --onefile --noconsole --optimize 2 .\OutGaugeInterpreter.py
pyinstaller --add-data ./GAME_METHODS/*:./GAME_METHODS/ --onefile ./OutGaugeInterpreter.py