Update python-app.yml

fix pyrcc5 call
This commit is contained in:
2021-03-07 12:52:33 +01:00
committed by GitHub
parent 2540136e0f
commit 7e212061eb

View File

@@ -35,7 +35,7 @@ jobs:
- name: create package
run: |
pyrcc5 resources.qrc
pyrcc5 resources.qrc -o resources.py
pyinstaller --onefile --windowed -i icons/blipblop_logo.icns --add_data="icons/blipblop_logo.png:." --add_data="resources.py:." blipblop.py
- name: Upload a Build Artifact