mirror of
https://github.com/wassname/sloth.git
synced 2026-06-27 19:48:56 +08:00
mv update_gui script
This commit is contained in:
Executable
+4
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
#pyuic4 pylabel.ui > ui_pylabel.py
|
||||
pyrcc4 -o ../sloth/gui/qrc_icons.py ../sloth/gui/icons.qrc
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
|
||||
# Resource object code
|
||||
#
|
||||
# Created: Wed Nov 24 01:58:33 2010
|
||||
# by: The Resource Compiler for PyQt (Qt v4.6.3)
|
||||
# Created: Tue May 17 14:14:22 2011
|
||||
# by: The Resource Compiler for PyQt (Qt v4.7.1)
|
||||
#
|
||||
# WARNING! All changes made in this file will be lost!
|
||||
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
#!/bin/bash
|
||||
#pyuic4 pylabel.ui > ui_pylabel.py
|
||||
pyrcc4 -o qrc_icons.py icons.qrc
|
||||
|
||||
Reference in New Issue
Block a user