You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
302 B
8 lines
302 B
5 years ago
|
#!/bin/bash
|
||
|
#Template Resources
|
||
|
#Common elements like button icons or translations for the shared about help messages.
|
||
|
|
||
|
#https://doc.qt.io/qt-5/resources.html
|
||
|
#Resources are kept up-to-date upstream. They are not part of the make and build process.
|
||
|
pyrcc5 -no-compress resources.qrc -o ../resources.py
|