RotorOps/Generator/build command.txt
spencer-ki fe4b241efc ..
2022-02-02 07:31:56 -08:00

5 lines
157 B
Plaintext

#build UI files
pyuic5 -x MissionGeneratorUI.ui -o MissionGeneratorUI.py
#build exe
pyinstaller MissionGenerator.spec --distpath ..\ -i='assets\icon.ico'