openfm-qt/build.py

8 lines
184 B
Python
Raw Permalink Normal View History

2023-06-15 16:19:55 +02:00
# This Python file uses the following encoding: utf-8
import PyInstaller.__main__
import os
os.system("pyside6-uic form.ui -o ui_form.py")
PyInstaller.__main__.run(['Open-FM.spec'])