Adding qt@5 lock to signed builds(#86)
Co-authored-by: John Kennedy <jkennedy@verizonmedia.com>main
parent
5b4c5982a5
commit
efd4f71042
|
@ -71,9 +71,9 @@ jobs:
|
||||||
matrix.os == 'macos-latest' &&
|
matrix.os == 'macos-latest' &&
|
||||||
(contains(github.ref, 'tags/v') || github.ref == 'refs/heads/master' || contains(github.ref, 'refs/heads/release'))
|
(contains(github.ref, 'tags/v') || github.ref == 'refs/heads/master' || contains(github.ref, 'refs/heads/release'))
|
||||||
run: |
|
run: |
|
||||||
brew install qt
|
brew install qt@5
|
||||||
export PATH="/usr/local/opt/qt/bin:$PATH"
|
export PATH="/usr/local/opt/qt@5/bin:$PATH"
|
||||||
brew link -f qt
|
brew link -f qt@5
|
||||||
qmake -config release
|
qmake -config release
|
||||||
make
|
make
|
||||||
macdeployqt ashirt.app -dmg -always-overwrite -sign-for-notarization="John Kennedy"
|
macdeployqt ashirt.app -dmg -always-overwrite -sign-for-notarization="John Kennedy"
|
||||||
|
|
Loading…
Reference in New Issue