Skip to content

Commit

Permalink
✨ Add snapd entry for chromium (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
roniemartinez authored Apr 13, 2022
1 parent 9d04bee commit 0bc990f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browsers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

LINUX_DESKTOP_ENTRY_LIST = (
("chrome", ("google-chrome",)),
("chromium", ("chromium",)),
("chromium", ("chromium", "chromium_chromium")),
("firefox", ("firefox", "firefox_firefox")),
("msedge", ("microsoft-edge",)),
("opera", ("opera_opera",)),
Expand Down

0 comments on commit 0bc990f

Please sign in to comment.