Skip to content

Commit

Permalink
adding new browsers app (Windows only)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessandroZ committed Jun 6, 2024
1 parent 228b638 commit be19c0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Windows/lazagne/softwares/browsers/firefox_browsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
(u'comodo IceDragon', u'{APPDATA}\\Comodo\\IceDragon'),
(u'k-Meleon', u'{APPDATA}\\K-Meleon'),
(u'icecat', u'{APPDATA}\\Mozilla\\icecat'),
(u'pale Moon', u'{APPDATA}\\Moonchild Productions\\Pale Moon'),
(u'basilisk', u'{APPDATA}\\Basilisk-Dev\\Basilisk'),
]

firefox_browsers = [Mozilla(browser_name=name, path=path) for name, path in firefox_browsers]

0 comments on commit be19c0a

Please sign in to comment.