aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0b9761fd0..79b129806 100644
--- a/README.md
+++ b/README.md
@@ -56,7 +56,10 @@ _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 command in [this comment](https://github.com/ferdium/ferdium-app/issues/34#issuecomment-1107655575) 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:
60```bash
61sudo xattr -rd com.apple.quarantine /Applications/Ferdium.app
62```
60 63
61## Unsigned Nightlies on Windows 64## Unsigned Nightlies on Windows
62 65