updated command to build on linux

This commit is contained in:
Seth Samuel 2024-12-02 13:20:25 +13:00
parent b60b053aed
commit 9f0d7120ee

View file

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