mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-08-10 01:58:46 +00:00
Merge branch 'qt' of https://github.com/wheremyfoodat/Panda3DS into qt
This commit is contained in:
commit
8df02effc6
1 changed files with 4 additions and 2 deletions
6
.github/workflows/Qt_Build.yml
vendored
6
.github/workflows/Qt_Build.yml
vendored
|
@ -78,7 +78,9 @@ jobs:
|
||||||
run: brew install dylibbundler imagemagick
|
run: brew install dylibbundler imagemagick
|
||||||
|
|
||||||
- name: Run bundle script
|
- name: Run bundle script
|
||||||
run: ./.github/mac-bundle.sh
|
run: |
|
||||||
|
./.github/mac-bundle.sh
|
||||||
|
macosdeployqt Alber.app
|
||||||
|
|
||||||
- name: Sign the App
|
- name: Sign the App
|
||||||
run: codesign --force -s - -vvvv Alber.app
|
run: codesign --force -s - -vvvv Alber.app
|
||||||
|
@ -137,4 +139,4 @@ jobs:
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: Linux executable
|
name: Linux executable
|
||||||
path: './Alber-x86_64.AppImage'
|
path: './Alber-x86_64.AppImage'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue