From e7e6416d62e40a8e4a3d1004b86937dda584e0e3 Mon Sep 17 00:00:00 2001 From: CrafterPika Date: Fri, 24 Apr 2026 21:13:28 +0200 Subject: [PATCH] update xattr command to be safer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53c759a..59480d6 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ On x11 you may need to run first `xhost +SI:localuser:root` to allow forwarding ## MacOS Same situation with Linux. The application bundles a small root helper program to assist with this.
-But since i dont pay Apple 99$/year you first have to `xattr -cr /Applications/SplatTool.app` to bypass their stupid gatekeeper or do so in System Preferences -> Privacy & Security -> Open Anyway. +But since i dont pay Apple 99$/year you first have to `xattr -rd com.apple.quarantine /Applications/SplatTool.app` to bypass their stupid gatekeeper or do so in System Preferences -> Privacy & Security -> Open Anyway. ## Windows