| Age | Commit message (Collapse) | Author |
|
Fix DMG mounting.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Install uninstall messages
|
|
|
|
|
|
Call an explicit method on Installer to reinstall rather than using a
flag to indicate when we're reinstalling a cask
|
|
Addresses an issue where it can be unclear at times exactly which part
of the (un|re)installation processes is reporting an error. See
https://github.com/caskroom/homebrew-cask/issues/30968
|
|
The implementation of the reinstall command was the same as
Installer#install, aside from the uninstall of the existing cask.
Moved this within the class to DRY up the implementation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Prevent Accessibility access for macOS >= 10.12
|
|
|
|
|
|
|
|
|
|
See https://github.com/caskroom/homebrew-cask/issues/24519
Feel free to suggest alternative wording and such.
|
|
cask tty removed
|
|
|
|
|
|
|