buo / homebrew-cask-upgrade

A command line tool for upgrading every outdated app installed by Homebrew Cask
MIT License
2.4k stars 90 forks source link

Add support for cask's --no-quarantine argument #124

Closed jesteron closed 5 years ago

jesteron commented 5 years ago

Hi,

would be great if you could add support for cask's --no-quarantine argument, which prevents cask from setting the com.apple.quarantine extended attribute.

E.g. brew cu -q could be used to install all updates without setting the quarantine attribute. I would really prefer this solution instead over removing the attribute manually after each update.

ondrejfuhrer commented 5 years ago

Hey @jesteron , that support has been already added a month ago in https://github.com/buo/homebrew-cask-upgrade/commit/8592134f24cb52374554e9f447a46d09b7f5ca47

There is no "short" argument, you just have to use brew cu --no-quarantine and it should work fine. Please let us know if it works fine for you and if so, close this issue.

jesteron commented 5 years ago

Hey @ondrejfuhrer, work like a charm. Thanks for your support!