[specs] onefile for win
This commit is contained in:
2
.github/workflows/python-app_macos.yml
vendored
2
.github/workflows/python-app_macos.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/python-app_win.yml
vendored
2
.github/workflows/python-app_win.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user