diff --git a/createExe.sh b/createExe.sh index 67efab4..32b0fe2 100644 --- a/createExe.sh +++ b/createExe.sh @@ -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 \ No newline at end of file