All of my other apps install to /Applications (which is what I want), but the itch.app installs to ~/Applications instead. I tried brew reinstall --cask --appdir /Applications itch
, but that just reinstalled it to ~/Applications. Any advice? Thanks.
how to brew install --cask itch.app to /Applications
1k Views Asked by mangoduck At
1
You can view the cask script of itch by running:
You will see:
The folder
~/Application
is defined only in the uninstall section. It means that it's itch itself that define~/Application
as its installation directory. You can maybe hack itch to change that but you cannot change this at the Homebrew level.