This commit is contained in:
Martin Rotter 2025-04-03 08:08:37 +02:00
parent 2c30d63df5
commit df8485ee67

View file

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