aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Jesse <stacksjb@users.noreply.github.com>2022-06-18 17:19:32 -0600
committerLibravatar GitHub <noreply@github.com>2022-06-19 04:49:32 +0530
commit05ee4ab2b2491f79f8e3d59a7051cc4bdfbb9e2a (patch)
treeebc248ec9b6d29ecb9cb8ce756ba9cb223fd70d6 /README.md
parentUpgrade 'pnpm' to '7.2.1'; pull in latst version of 'recipes' [skip ci] (diff)
downloadferdium-app-05ee4ab2b2491f79f8e3d59a7051cc4bdfbb9e2a.tar.gz
ferdium-app-05ee4ab2b2491f79f8e3d59a7051cc4bdfbb9e2a.tar.zst
ferdium-app-05ee4ab2b2491f79f8e3d59a7051cc4bdfbb9e2a.zip
Add alternative steps to open on MacOS to bypass the quarantine/Unsigned app message [skip ci]
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 07b4d1826..767062f8c 100644
--- a/README.md
+++ b/README.md
@@ -56,7 +56,11 @@ _Find answers to frequently asked questions on [ferdium.org/faq](https://ferdium
56 56
57## Unsigned Nightlies on MacOS 57## Unsigned Nightlies on MacOS
58 58
59Since we are waiting to acquire the Apple Developer License, we are publishing our nightlies without being signed. If you download these, and are on MacOS beyond Catalina, you will face the issue that the OS says the `dmg` is corrupted. If so, please run the following command in your terminal: 59Since we are waiting to acquire the Apple Developer License, we are publishing our nightlies without being signed. On MacOS Catalina and newer, you will receive the prompt that "Ferdium" cannot be opened because the developer cannot be verified.
60
61To work around this, simply Control/Right-click on the app and select "Open" twice.
62
63Alternatively, click "Open Anyway" under the "General" section of Security & Privacy of the "System Preferences" application, or execute the following command:
60```bash 64```bash
61sudo xattr -rd com.apple.quarantine /Applications/Ferdium.app 65sudo xattr -rd com.apple.quarantine /Applications/Ferdium.app
62``` 66```