diff --git a/.CI/CreateDMG.sh b/.CI/CreateDMG.sh index 7174eb60..5d47de72 100755 --- a/.CI/CreateDMG.sh +++ b/.CI/CreateDMG.sh @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 679de3b4..c6ea6bb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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