codesign
This commit is contained in:
parent
2c30d63df5
commit
df8485ee67
1 changed files with 4 additions and 3 deletions
|
@ -135,9 +135,6 @@ if [ $is_linux = true ]; then
|
|||
imagenewname="rssguard-${git_tag}-${git_revision}-lite-linux64.AppImage"
|
||||
fi
|
||||
else
|
||||
# Try to self-sign the app.
|
||||
codesign -v --deep -fs - "$prefix"
|
||||
|
||||
# Fix .dylib linking.
|
||||
otool -L "$prefix/Contents/MacOS/rssguard"
|
||||
|
||||
|
@ -146,6 +143,10 @@ else
|
|||
|
||||
otool -L "$prefix/Contents/MacOS/rssguard"
|
||||
|
||||
# Try to self-sign the app.
|
||||
codesign -v --deep -fs - "$prefix"
|
||||
|
||||
# Deploy to DMG.
|
||||
macdeployqt "$prefix" -dmg
|
||||
|
||||
# Rename DMG.
|
||||
|
|
Loading…
Add table
Reference in a new issue