mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Added configurator GUI
This commit is contained in:
5
scripts/python/configurator/build_configurator.bat
Normal file
5
scripts/python/configurator/build_configurator.bat
Normal file
@@ -0,0 +1,5 @@
|
||||
python -m venv venv
|
||||
call ./venv/Scripts/activate
|
||||
pip install pyinstaller
|
||||
pip install PySimpleGUI
|
||||
python -m PyInstaller configurator.py --onefile --noconsole
|
||||
Reference in New Issue
Block a user