RotorOps/Generator/build command.txt
spencer-ki 35169eafd9 refactor directories
refactor

..

..
2022-04-13 19:23:30 -07:00

8 lines
213 B
Plaintext

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