ci(macos): codesign with a hardened runtime (#6467)
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ fi
|
|||||||
|
|
||||||
if [ -n "$MACOS_CODESIGN_CERTIFICATE" ]; then
|
if [ -n "$MACOS_CODESIGN_CERTIFICATE" ]; then
|
||||||
echo "Codesigning force deep inside the app"
|
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!"
|
echo "Done!"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
- Bugfix: Fixed `c2.Channel` comparing `false` to the same channel. (#6456)
|
- 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)
|
- 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: Added documentation for WebSockets to `wip-plugins.md`. (#6432)
|
||||||
|
- Dev: Enable the hardened runtime on macOS. (#6467)
|
||||||
|
|
||||||
## 2.5.4-beta.1
|
## 2.5.4-beta.1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user