mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
chore(release): drop macOS quarantine workaround from release notes
The mac DMGs are now signed with a Developer ID and notarized, so Gatekeeper no longer shows the "app is damaged" error and the xattr quarantine command is no longer needed.
This commit is contained in:
@@ -81,8 +81,6 @@ const section = (title, lines) => {
|
||||
const macSection = section('macOS', [
|
||||
macArm && `- Apple Silicon (arm64): [Download DMG](${linkTo(macArm)})`,
|
||||
macX64 && `- Intel (x64): [Download DMG](${linkTo(macX64)})`,
|
||||
mac.length > 0 &&
|
||||
`- If macOS shows "5chan.app is damaged and can't be opened. You should move it to the Trash.", run this in Terminal to fix it: \`xattr -dr com.apple.quarantine "/Applications/5chan.app"\` then open the app again.`,
|
||||
]);
|
||||
|
||||
const winSection = section('Windows', [
|
||||
|
||||
Reference in New Issue
Block a user