- Jul 7, 2022
- 1,100
- 3,082
- 339
A user on discord found this fix for MAC :
sudo xattr -dr com.apple.quarantine "/Users/YOUR_USER/Downloads/Milftoon MilfLand.app/Contents/MacOS/Visionaire Player"
sudo xattr -dr com.apple.macl "/Users/YOUR_USER/Downloads/Milftoon MilfLand.app/Contents/MacOS/Visionaire Player"
sudo xattr -dr com.apple.provenance "/Users/YOUR_USER/Downloads/Milftoon MilfLand.app/Contents/MacOS/Visionaire Player"
sudo codesign --force --deep --sign - "/Users/YOUR_USER/Downloads/Milftoon MilfLand.app"
where you replace the folder "Downloads" with where your app file is.
sudo xattr -dr com.apple.quarantine "/Users/YOUR_USER/Downloads/Milftoon MilfLand.app/Contents/MacOS/Visionaire Player"
sudo xattr -dr com.apple.macl "/Users/YOUR_USER/Downloads/Milftoon MilfLand.app/Contents/MacOS/Visionaire Player"
sudo xattr -dr com.apple.provenance "/Users/YOUR_USER/Downloads/Milftoon MilfLand.app/Contents/MacOS/Visionaire Player"
sudo codesign --force --deep --sign - "/Users/YOUR_USER/Downloads/Milftoon MilfLand.app"
where you replace the folder "Downloads" with where your app file is.