added command to build with no console on windows and optimise on build
This commit is contained in:
parent
bc9381627c
commit
c33804c747
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue