added command to create exe

This commit is contained in:
Seth Samuel 2024-11-11 23:07:11 +13:00
parent 81e704cf7a
commit cb8c861407

1
createExe.sh Normal file
View file

@ -0,0 +1 @@
pyinstaller.exe --add-data .\GAME_METHODS\*:.\GAME_METHODS\ --onefile .\OutGaugeInterpreter.py