mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-08-17 15:58:46 +00:00
Update Qt_Build.yml
This commit is contained in:
parent
d23a1a6a58
commit
c2da8510be
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
|
||||
|
||||
- name: Run bundle script
|
||||
run: ./.github/mac-bundle.sh
|
||||
run: |
|
||||
./.github/mac-bundle.sh
|
||||
macosdeployqt Alber.app
|
||||
|
||||
- name: Sign the App
|
||||
run: codesign --force -s - -vvvv Alber.app
|
||||
|
@ -120,4 +122,4 @@ jobs:
|
|||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: Linux executable
|
||||
path: './build/Alber'
|
||||
path: './build/Alber'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue