diff --git a/README.md b/README.md index 0e6075e..52f4dba 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ apple introduced some security features that make it next to impossible to build there is a few caveats when using this on OS X * the executable is not signed, you will need to whitelist it on every machine you run it on (right click, "open" usually does that) * we cannot sign this executable, as it's contents do change when downloading a patch, this is intended...sorry... + * there is no build for arm/m1-architecture, apple forbids running unsigned apps that are build for arm entirely, not even whitelisting is possible... * once you downloaded the app, USE THE FINDER to move it basically anywhere else (like your desktop) before opening it * apple puts downloaded apps into a random read-only directory UNTIL YOU MOVE IT USING FINDER, we need to write to the directory...sorry...