Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Casks/voltius.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
Right-click (or Control-click) Voltius in Applications and choose Open, then
confirm. You only need to do this once.

To skip the warning entirely, install with:
brew install --cask --no-quarantine voltiusapp/voltius/voltius
To clear the quarantine flag from an existing installation instead, run:
xattr -dr com.apple.quarantine /Applications/Voltius.app

Voltius updates itself in-app after installation.
CAVEATS
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ brew install --cask voltiusapp/voltius/voltius
```

Voltius is not yet signed/notarized. If macOS Gatekeeper blocks the first launch,
right-click the app and choose **Open**, or install with `--no-quarantine`:
right-click the app and choose **Open**. To clear the quarantine flag from an
existing installation instead, run:

```sh
brew install --cask --no-quarantine voltiusapp/voltius/voltius
xattr -dr com.apple.quarantine /Applications/Voltius.app
```

The Cask is regenerated automatically on each Voltius release by CI in
Expand Down