Skip to content

Commit

Permalink
Merge pull request #132 from guillermodotn/patch-1
Browse files Browse the repository at this point in the history
Fix gopass-jsonapi configuration for Brave on Windows
  • Loading branch information
dominikschulz authored Oct 5, 2024
2 parents 66fef18 + 86927c9 commit 7238fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/jsonapi/manifest/setup_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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,
"brave": `Software\Google\Chrome\NativeMessagingHosts\` + Name,
}
)

Expand Down

0 comments on commit 7238fba

Please sign in to comment.