mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-03 14:23:58 +00:00
* Use Qt Designer UI files for the options dialog * More complete Mutagen metadata plugin * Tagz (TaggerScript) implementation * More usable configuration system * Some coding style changes (PEP-008)
8 lines
140 B
Python
8 lines
140 B
Python
#!/usr/bin/env python
|
|
|
|
import os.path
|
|
|
|
pyfile = os.path.join("..", "picard", "resources.py")
|
|
os.system("pyrcc4 picard.qrc -o %s" % pyfile)
|
|
|