From 9861051cd70029d7a3ed1d73c660913b59dab4af Mon Sep 17 00:00:00 2001 From: Heti <45892416+prostolyubo@users.noreply.github.com> Date: Mon, 5 Jun 2023 04:54:25 +0200 Subject: [PATCH] Easier solution to allow opening the app on OSX described in README.md (#1232) Update README.md Easier solution to allow opening the app --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c96c0db5c..d9f9f5c9f 100644 --- a/README.md +++ b/README.md @@ -33,12 +33,16 @@ Prebuilt binaries are available through the [github releases page](https://githu 2. Double click to unzip the package, move OrcaSlicer.app to Application folder. 3. The app is signed but not notarized at the moment due to the proptiery network plugin. We have two options to make it run on our machines - - Option 1: + - Option 1 (You only need to do this once. After that the app can be oppened normally.): + - Step 1: Hold _cmd_ and right click the app, from the context menu choose **Open**. + - Step 2: A warning window will pop up, click _Open_ + + - Option 2: Execute this command in terminal: `xattr -dr com.apple.quarantine /Applications/OrcaSlicer.app` ```console softfever@mac:~$ xattr -dr com.apple.quarantine /Applications/OrcaSlicer.app ``` - - Option 2: + - Option 3: - Step 1: open the app, a warning window will pop up ![image](./SoftFever_doc/mac_cant_open.png) - Step 2: in `System Settings` -> `Privacy & Security`, click `Open Anyway`: