Skip to content

Commit

Permalink
Add Brave path for Windows
Browse files Browse the repository at this point in the history
RELEASE_NOTES=n/a

Signed-off-by: Loric <[email protected]>
  • Loading branch information
lobre authored and brevetlamersports committed Mar 3, 2021
1 parent e866885 commit db70c69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ As fallback, the last part of the path is used, e.g. `theuser1` for `Internet/gi
- Firefox
- Chrome
- Chromium
- Brave

## Contributing

Expand Down
1 change: 1 addition & 0 deletions internal/jsonapi/manifest/setup_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ var (
"firefox": `Software\Mozilla\NativeMessagingHosts\` + Name,
"chrome": `Software\Google\Chrome\NativeMessagingHosts\` + Name,
"chromium": `Software\Google\Chrome\NativeMessagingHosts\` + Name,
"brave": `Software\BraveSoftware\Brave-Browser\NativeMessagingHosts\` + Name,
}
)

Expand Down

0 comments on commit db70c69

Please sign in to comment.