Open qlrd opened 2 months ago
Currently, installing our dmg will need an extra step to allow the execution of the binary:
dmg
xattr -d com.apple.quarantine /Applications/krux-installer.app/
[brew] is a package manager used in MacOS, and have a options to run with --no-quarantine, that will allow an easily install non-apple-sign-stuff to be installed.
brew
--no-quarantine
Currently, installing our
dmg
will need an extra step to allow the execution of the binary:[
brew
] is a package manager used in MacOS, and have a options to run with--no-quarantine
, that will allow an easily install non-apple-sign-stuff to be installed.