mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
4 lines
120 B
Batchfile
4 lines
120 B
Batchfile
python -m venv venv
|
|
call ./venv/Scripts/activate
|
|
pip install pyinstaller
|
|
python -m PyInstaller configurator.py --onefile |