Skip to content

Commit

Permalink
fix: move 'brave browser' browser-to-appname entries (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveitaly committed May 6, 2024
1 parent b54b5cb commit b867e80
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -230,9 +230,6 @@ const browser_appnames = {
// Pre-releases
'Google-chrome-beta',
'Google-chrome-unstable',

// Brave (should this be merged with the brave entry?)
'Brave-browser',
],
firefox: [
// Firefox
Expand Down Expand Up @@ -268,7 +265,7 @@ const browser_appnames = {
'waterfox.exe',
],
opera: ['opera.exe', 'Opera'],
brave: ['brave.exe'],
brave: ['Brave-browser', 'Brave Browser', 'brave.exe'],
edge: [
'msedge.exe', // Windows
'Microsoft Edge', // macOS
Expand Down

1 comment on commit b867e80

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here are screenshots of this commit:

Screenshots using aw-server v0.12.3b11 (click to expand)

Screenshots using aw-server-rust master (click to expand)

Screenshots using aw-server-rust v0.12.3b11 (click to expand)

Please sign in to comment.