codesign
This commit is contained in:
parent
9233aa048e
commit
d009769041
1 changed files with 3 additions and 0 deletions
|
@ -135,6 +135,9 @@ 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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue