Update Qt_Build.yml

This commit is contained in:
wheremyfoodat 2023-09-29 00:45:00 +03:00 committed by GitHub
parent 65532b9d02
commit af89859a7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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