mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-22 04:24:59 +00:00
Update Qt_Build.yml
This commit is contained in:
parent
65532b9d02
commit
af89859a7b
1 changed files with 3 additions and 1 deletions
4
.github/workflows/Qt_Build.yml
vendored
4
.github/workflows/Qt_Build.yml
vendored
|
@ -80,7 +80,9 @@ jobs:
|
|||
- name: Run bundle script
|
||||
run: |
|
||||
./.github/mac-bundle.sh
|
||||
./usr/local/bin/macdeployqt Alber.app
|
||||
sudo mv Alber.app /usr/local/bin/Alber.app
|
||||
cd /usr/local/bin
|
||||
./macdeployqt Alber.app
|
||||
|
||||
- name: Sign the App
|
||||
run: codesign --force -s - -vvvv Alber.app
|
||||
|
|
Loading…
Add table
Reference in a new issue