Replies: 1 comment
-
|
Support for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Brew supports specifying the casks
appdirvia an ENV variable, which unfortunately the app cannot read, since it is defined in my shell rc-file.or if defined in ZSH
It would be amazing if we could have a way to define that
appdirwithin the app's settings.Maybe as part of the onboarding setup and later available within the app's settings.
If you are open to PRs - I could give it a go.
Edit: apparently
brew install --cask --appdir=~/Applications ...does the same. Some apps require to be in /Applications and can ignore the--appdirflag.Beta Was this translation helpful? Give feedback.
All reactions