[spec/actions] update

This commit is contained in:
2021-03-12 13:54:39 +01:00
parent 43d7b9a620
commit cfe359ceaf
4 changed files with 56 additions and 4 deletions

View File

@@ -36,7 +36,7 @@ jobs:
- name: create package
run: |
pyrcc5 resources.qrc -o resources.py
pyinstaller blipblop_linux.py
pyinstaller blipblop_linux.spec
- name: Upload a Build Artifact
uses: actions/upload-artifact@v2.2.2

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_dawin.py
pyinstaller --onefile --windowed --osx-bundle-identifier="de.uni-tuebingen.neuroetho.blipblop" blipblop_dawin.spec
- name: Upload a Build Artifact
uses: actions/upload-artifact@v2.2.2

View File

@@ -12,7 +12,7 @@ on:
jobs:
build:
runs-on: macos-10.15
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
@@ -36,7 +36,7 @@ jobs:
- name: create package
run: |
pyrcc5 resources.qrc -o resources.py
pyinstaller --onefile --windowed --name="BlipBlop" --osx-bundle-identifier="de.uni-tuebingen.neuroetho.blipblop" -i icons/blipblop_logo.icns --add-data="icons/blipblop_logo.icns:." --add-data="resources.py:." blipblop.py
pyinstaller --onefile --windowed --name="BlipBlop" blipblop_win.spec
- name: Upload a Build Artifact
uses: actions/upload-artifact@v2.2.2