Skip to content

Commit

Permalink
fix: add 'Arc.exe' to browser appnames (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elijah-Bodden committed May 7, 2024
1 parent dd37252 commit ba148a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ const browser_appnames = {
'microsoft-edge-dev', // linux dev
],
arc: [
'Arc.exe', // Windows
'Arc', // macOS
],
vivaldi: ['Vivaldi-stable', 'Vivaldi-snapshot', 'vivaldi.exe', 'Vivaldi'],
Expand Down

1 comment on commit ba148a9

@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.