Should conflicts_with be used for an @nightly version of a cask?
#5922
-
Output of
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
See the various Firefox casks for a "worked example". |
Beta Was this translation helpful? Give feedback.
conflicts_withis used to tag casks (and formulae) that would overwrite each other if installed simultaneously. If the@nightlybranch installs the main app with the same name as thestableone, then both should absolutely declareconflicts_withagainst each other.See the various Firefox casks for a "worked example".