diff --git a/createExe.sh b/createExe.sh new file mode 100644 index 0000000..cb71036 --- /dev/null +++ b/createExe.sh @@ -0,0 +1 @@ +pyinstaller.exe --add-data .\GAME_METHODS\*:.\GAME_METHODS\ --onefile .\OutGaugeInterpreter.py \ No newline at end of file