Easier solution to allow opening the app on OSX described in README.md (#1232)

Update README.md

Easier solution to allow opening the app
This commit is contained in:
Heti 2023-06-05 04:54:25 +02:00 committed by GitHub
parent c675d979a7
commit 9861051cd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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. 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. 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 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` Execute this command in terminal: `xattr -dr com.apple.quarantine /Applications/OrcaSlicer.app`
```console ```console
softfever@mac:~$ xattr -dr com.apple.quarantine /Applications/OrcaSlicer.app 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 - Step 1: open the app, a warning window will pop up
![image](./SoftFever_doc/mac_cant_open.png) ![image](./SoftFever_doc/mac_cant_open.png)
- Step 2: in `System Settings` -> `Privacy & Security`, click `Open Anyway`: - Step 2: in `System Settings` -> `Privacy & Security`, click `Open Anyway`: