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
+1
View File
@@ -9,6 +9,7 @@
- Bugfix: Fixed `c2.Channel` comparing `false` to the same channel. (#6456)
- Bugfix: Fixed an issue where the moderation icon was missing from the Moderation tab. (#6457)
- Dev: Added documentation for WebSockets to `wip-plugins.md`. (#6432)
- Dev: Enable the hardened runtime on macOS. (#6467)
## 2.5.4-beta.1