Closed zachinglis closed 1 month ago
That's because macOS's Gatekeeper is quarantining the file. You can remove the quarantine flag, and get modded Balatro to run by running this in terminal:
sudo xattr -rd com.apple.quarantine "~/Library/Application Support/Steam/steamapps/common/Balatro/liblovely.dylib"
(if your liblovely.dylib
file is in a different location, you should update that file path in the above command.)
xattr
doesn't support the -r
flag on Sonoma, and the ~
should go outside the shell quotes; this works:
$ sudo xattr -d com.apple.quarantine ~"/Library/Application Support/Steam/steamapps/common/Balatro/liblovely.dylib"
Thank you all.
Following the instructions I get...