DCSOlympus/scripts/python/configurator/build_configurator.bat
2023-11-21 14:34:51 +01:00

5 lines
156 B
Batchfile

python -m venv venv
call ./venv/Scripts/activate
pip install pyinstaller
pip install PySimpleGUI
python -m PyInstaller configurator.py --onefile --noconsole