mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-25 22:46:04 +03:00
Fix app signing on OS X
This commit is contained in:
parent
f53a7c0e4a
commit
0ceeff62d6
1 changed files with 2 additions and 3 deletions
|
@ -5,7 +5,6 @@
|
|||
src_app="$1"
|
||||
identity="$2"
|
||||
|
||||
QT_FMWKS=`basename ${TMP_APP}/Contents/Frameworks`/Qt*
|
||||
QT_FMWK_VERSION="5"
|
||||
|
||||
fix_frameworks() {
|
||||
|
@ -26,8 +25,8 @@ fix_frameworks() {
|
|||
}
|
||||
|
||||
fix_frameworks "$src_app" `qmake -query QT_INSTALL_LIBS` "$src_app"/Contents/Frameworks
|
||||
codesign -s "$identity" --force --verify --verbose --deep "$src_app"
|
||||
codesign -s "$identity" --force --verbose=4 --deep "$src_app"
|
||||
|
||||
# Just for our debug purposes:
|
||||
spctl -a -t exec -vv $src_app
|
||||
codesign -dv $src_app
|
||||
codesign -dv $src_app
|
||||
|
|
Loading…
Reference in a new issue