Skip to content

Commit

Permalink
fix: correct chrome browser address on osx
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Nov 5, 2023
1 parent bdbfecd commit 887de2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/browser.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ main_brew() {
msg 'install gopass-jsonapi native host for firefox'
gopass-jsonapi configure --browser firefox
msg 'install gopass-jsonapi native host for google chrome'
gopass-jsonapi configure --browser chrome --path ~/.config/google-chrome-beta --manifest-path ~/.config/google-chrome-beta/NativeMessagingHosts/com.justwatch.gopass.json
gopass-jsonapi configure --browser chrome --path "$HOME/Library/Application Support/Google/Chrome Beta" \
--manifest-path "$HOME/Library/Application Support/Google/Chrome Beta/NativeMessagingHosts/com.justwatch.gopass.json"
fi

defaultbrowser beta
Expand Down

0 comments on commit 887de2b

Please sign in to comment.