diff --git a/.gitignore b/.gitignore index 8296128..073429d 100644 --- a/.gitignore +++ b/.gitignore @@ -90,3 +90,6 @@ typings/ # Electron-Forge out/ + +# Intellij-IDEA +.idea \ No newline at end of file diff --git a/README.md b/README.md index 0077754..688fda7 100644 --- a/README.md +++ b/README.md @@ -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. + +### 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 +``` \ No newline at end of file diff --git a/assets b/assets index 4c6419a..d9b9cb7 160000 --- a/assets +++ b/assets @@ -1 +1 @@ -Subproject commit 4c6419a274ec547fdf278ef0c98e837452769d36 +Subproject commit d9b9cb7f08fb5266b8ad83bd55522a7161d48fb8