fix: drop the --no-quarantine hint from the cask and README - #2
Merged
Conversation
Homebrew 6 removed the flag, so the caveat printed after every install told users to run a command that fails with "Error: invalid option: --no-quarantine". Control-click Open stays the first-launch step, with `xattr -dr com.apple.quarantine` for clearing the flag afterwards. The cask matches what VoltiusApp/voltius scripts/gen-homebrew-cask.sh emits on that repo's PR #177, so the next release regenerates it unchanged.
kipavy
force-pushed
the
fix/drop-no-quarantine
branch
from
August 24, 2026 21:07
25cc82c to
b443638
Compare
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Homebrew 6 removed
--no-quarantine, so the caveat printed after every install pointed at a command that now fails withError: invalid option: --no-quarantine.Casks/voltius.rb: caveat keeps Control-click → Open and addsxattr -dr com.apple.quarantine /Applications/Voltius.app. Byte-identical to whatscripts/gen-homebrew-cask.sh v0.30.0emits on fix: update macOS quarantine guidance voltius#177, so the next release regenerates it with no diff.README.md: same wording.Merging this fixes the guidance for existing users now, rather than at the next release.
Refs VoltiusApp/voltius#176