ci(macos): codesign with a hardened runtime (#6467)

This commit is contained in:
pajlada
2025-09-15 17:01:53 +02:00
committed by GitHub
parent c7dea40b6b
commit 9fb9881fde
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ fi
if [ -n "$MACOS_CODESIGN_CERTIFICATE" ]; then
echo "Codesigning force deep inside the app"
codesign -s "$MACOS_CODESIGN_CERTIFICATE" --deep --force chatterino.app
codesign -s "$MACOS_CODESIGN_CERTIFICATE" --deep --force --options=runtime chatterino.app
echo "Done!"
fi