Skip to content

Commit 791acde

Browse files
committed
docs: macOS installation guideline
1 parent b472981 commit 791acde

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,19 @@ Binaries are available for all major platforms (Windows, Linux, macOS). You can
7474
_Note: evitaLab Desktop versioning is separate from the evitaLab core versioning. Just pick the newest desktop app version
7575
no matter your server version._
7676

77+
### macOS
78+
79+
Newer macOS versions quarantine not-signed apps (we are working on it), therefore after installation, macOS may
80+
throw error saying the app is broken. To prevent that, execute following command after installation to get the app out of
81+
the quarantine:
82+
83+
```shell
84+
cd /Applications
85+
sudo xattr -d com.apple.quarantine evitaLab.app
86+
```
87+
88+
### Other platforms
89+
7790
For other platforms, you will have to clone the repository and configure the [Electron Forge](https://www.electronforge.io/)
7891
config for you platform and build it with:
7992

0 commit comments

Comments
 (0)