From 9f0d7120eea56e2d4fc3779552ddbc1e45458f26 Mon Sep 17 00:00:00 2001 From: Seth Date: Mon, 2 Dec 2024 13:20:25 +1300 Subject: [PATCH] updated command to build on linux --- createExe.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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