[specs] onefile for win

This commit is contained in:
2021-03-12 18:33:17 +01:00
parent 032efa1f55
commit 2c8a72a416
4 changed files with 13 additions and 15 deletions

View File

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

View File

@@ -35,7 +35,7 @@ jobs:
- name: create package
run: |
pyrcc5 resources.qrc -o resources.py
pyinstaller --onefile --windowed --name="BlipBlop" blipblop_win.spec
pyinstaller blipblop_win.spec
- name: Upload a Build Artifact
uses: actions/upload-artifact@v2.2.2