From 7e212061ebd5f3db808b972a8ec3e8304cd6b753 Mon Sep 17 00:00:00 2001 From: Jan Grewe Date: Sun, 7 Mar 2021 12:52:33 +0100 Subject: [PATCH] Update python-app.yml fix pyrcc5 call --- .github/workflows/python-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index ab4e6b4..40826aa 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -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