Skip to content

Commit

Permalink
Merge pull request #3 from petersonwpm/detect-linux-browser
Browse files Browse the repository at this point in the history
Detect linux browsers
  • Loading branch information
Subash authored Feb 15, 2021
2 parents 0ab242e + 63b7a44 commit b439992
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion browsers/brave.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
linux: ['brave-browser'],
linux: ['brave-browser', 'brave'],
darwin: ['/Applications/Brave Browser.app/Contents/MacOS/Brave Browser'],
win32: [
process.env.LOCALAPPDATA + '\\BraveSoftware\\Brave-Browser\\Application\\brave.exe',
Expand Down
1 change: 1 addition & 0 deletions browsers/firefox-developer-edition.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
linux: ['firefox-developer-edition'],
darwin: ['/Applications/Firefox Developer Edition.app/Contents/MacOS/firefox-bin'],
win32: [
process.env.LOCALAPPDATA + '\\Firefox Developer Edition\\firefox.exe',
Expand Down

0 comments on commit b439992

Please sign in to comment.