You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installation, VocaMac appears in `/Applications/VocaMac.app`. Launch it from Spotlight or the Applications folder.
31
31
32
+
`brew trust jatinkrmalik/vocamac` trusts the whole VocaMac tap. This is intentional: the stable and nightly casks conflict with each other, so Homebrew may load both cask definitions while resolving an install.
33
+
32
34
## Nightly Builds
33
35
34
36
A nightly cask is also available, built daily from the latest `main` branch:
@@ -243,18 +245,18 @@ A previous installation exists at `/Applications/VocaMac.app`.
243
245
**Fix:** Remove the existing app first:
244
246
```bash
245
247
rm -rf /Applications/VocaMac.app
246
-
brew trust --cask jatinkrmalik/vocamac/vocamac
248
+
brew trust jatinkrmalik/vocamac
247
249
brew install --cask vocamac
248
250
```
249
251
250
252
### Homebrew refuses to load the cask from an untrusted tap
251
253
252
-
Homebrew 6 requires explicit trust for casks from third-party taps.
254
+
Homebrew 6 requires explicit trust for casks from third-party taps. Trust the VocaMac tap rather than only one cask, because the stable and nightly casks declare `conflicts_with` and Homebrew may load the other cask while resolving an install.
253
255
254
-
**Fix:** Trust the VocaMac cask, then install again:
256
+
**Fix:** Trust the VocaMac tap, then install again:
0 commit comments