3 lines
83 B
Bash
3 lines
83 B
Bash
|
#!/bin/bash
|
||
|
pipenv run python -m PyQt5.pyrcc_main resources.qrc -o resources_rc.py
|