[specs] onefile build for macos

This commit is contained in:
2021-03-21 00:35:48 +01:00
parent f7de2ccf0f
commit ea68f49d21
3 changed files with 19 additions and 18 deletions

View File

@@ -36,7 +36,7 @@ jobs:
- name: create package
run: |
pyrcc5 resources.qrc -o resources.py
pyinstaller --osx-bundle-identifier="de.uni-tuebingen.neuroetho.blipblop" blipblop_darwin.spec
pyinstaller blipblop_darwin.spec
- name: Upload a Build Artifact
uses: actions/upload-artifact@v2.2.2