mirror of
https://github.com/spencershepard/RotorOps.git
synced 2025-11-10 15:45:30 +00:00
8 lines
213 B
Plaintext
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' |