mirror of
https://github.com/wassname/sloth.git
synced 2026-06-28 02:31:13 +08:00
5 lines
112 B
Bash
Executable File
5 lines
112 B
Bash
Executable File
#!/bin/bash
|
|
#pyuic4 pylabel.ui > ui_pylabel.py
|
|
pyrcc4 -py3 -o ../sloth/gui/qrc_icons.py ../sloth/gui/icons.qrc
|
|
|