diff --git a/createExe.sh b/createExe.sh index cb71036..67efab4 100644 --- a/createExe.sh +++ b/createExe.sh @@ -1 +1,2 @@ -pyinstaller.exe --add-data .\GAME_METHODS\*:.\GAME_METHODS\ --onefile .\OutGaugeInterpreter.py \ No newline at end of file +pyinstaller.exe --add-data .\GAME_METHODS\*:.\GAME_METHODS\ --onefile .\OutGaugeInterpreter.py +pyinstaller --add-data ./GAME_METHODS/*:./GAME_METHODS/ --onefile ./OutGaugeInterpreter.py \ No newline at end of file