Added instructions for MacOS Installation

Signed-off-by: Ujjwal-Agarwal <ujjwal7648@outlook.com>
This commit is contained in:
Ujjwal-Agarwal 2026-02-12 00:58:35 +05:30
parent a162219668
commit 923eccfcfc
3 changed files with 12 additions and 1 deletions

3
.gitignore vendored
View File

@ -90,3 +90,6 @@ typings/
# Electron-Forge # Electron-Forge
out/ out/
# Intellij-IDEA
.idea

View File

@ -74,3 +74,11 @@ git -c submodule."assets".update=checkout submodule update --init assets
``` ```
Currently, this is required to build, any forks are expected to provide their own assets. Currently, this is required to build, any forks are expected to provide their own assets.
### Installation on MacOS
It is required to remove the application from quarantine on MacOS to be able to use it. Move the application to /Applications and use this command.
```bash
xattr -d com.apple.quarantine /Applications/Stoat.app
```

2
assets

@ -1 +1 @@
Subproject commit 4c6419a274ec547fdf278ef0c98e837452769d36 Subproject commit d9b9cb7f08fb5266b8ad83bd55522a7161d48fb8