initial commit
This commit is contained in:
8
compile_designs.py
Normal file
8
compile_designs.py
Normal file
@@ -0,0 +1,8 @@
|
||||
import glob
|
||||
import os
|
||||
|
||||
|
||||
ui_files = glob.glob("gotify_tray/gui/designs/*.ui")
|
||||
for ui_file in ui_files:
|
||||
fname, _ = os.path.splitext(ui_file)
|
||||
os.system(f"pyuic6 -x {ui_file} -o {fname}.py")
|
||||
Reference in New Issue
Block a user