Skip to content

[README] Add --no-quarantine for brew #2434

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 7, 2023
Merged
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ The Setup will create shortcuts to Heroic on your Desktop and in your Start Menu

### macOS

If you use Homebrew, you can run `brew install --cask heroic` to install Heroic.
If you use Homebrew, you can run `brew install --cask --no-quarantine heroic` to install Heroic.
Otherwise, download the file ending in .dmg from the [latest release](https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/latest), double-click it to mount it, and drag the "Heroic" application into the "Applications" folder.

Afterwards open terminal and run this command : `xattr -d com.apple.quarantine /Applications/Heroic.app` this will fix the app is damaged error.
Expand Down