update xattr command to be safer

This commit is contained in:
CrafterPika 2026-04-24 21:13:28 +02:00
commit e7e6416d62
No known key found for this signature in database
GPG key ID: 68B3920DBA3C6C31

View file

@ -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.<br>
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