This commit is contained in:
Martin Rotter 2025-04-03 07:13:47 +02:00
parent 9233aa048e
commit d009769041

View file

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