Skip to content

Commit

Permalink
馃悰 Fix Windows Chromium (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
roniemartinez committed Jul 11, 2022
1 parent 9a26f1e commit 336fc67
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
12 changes: 11 additions & 1 deletion .all-contributorsrc
Expand Up @@ -20,8 +20,18 @@
"doc",
"maintenance"
]
},
{
"login": "SergeyPirogov",
"name": "Sergey Pirogov",
"avatar_url": "https://avatars.githubusercontent.com/u/4622856?v=4",
"profile": "https://t.me/automation_remarks_ua",
"contributions": [
"bug"
]
}
],
"contributorsPerLine": 7,
"skipCi": false
"skipCi": false,
"commitConvention": "none"
}
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -140,6 +140,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<table>
<tr>
<td align="center"><a href="https://ron.sh/"><img src="https://avatars.githubusercontent.com/u/2573537?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Ronie Martinez</b></sub></a><br /><a href="https://github.com/roniemartinez/browsers/commits?author=roniemartinez" title="Code">馃捇</a> <a href="#ideas-roniemartinez" title="Ideas, Planning, & Feedback">馃</a> <a href="https://github.com/roniemartinez/browsers/commits?author=roniemartinez" title="Documentation">馃摉</a> <a href="#maintenance-roniemartinez" title="Maintenance">馃毀</a></td>
<td align="center"><a href="https://t.me/automation_remarks_ua"><img src="https://avatars.githubusercontent.com/u/4622856?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Sergey Pirogov</b></sub></a><br /><a href="https://github.com/roniemartinez/browsers/issues?q=author%3ASergeyPirogov" title="Bug reports">馃悰</a></td>
</tr>
</table>

Expand Down
1 change: 1 addition & 0 deletions browsers/windows.py
Expand Up @@ -7,6 +7,7 @@
WINDOWS_REGISTRY_BROWSER_NAMES = {
"Google Chrome": "chrome",
"Google Chrome Canary": "chrome-canary",
"Chromium": "chromium",
"Mozilla Firefox": "firefox",
"Firefox Developer Edition": "firefox-developer",
"Firefox Nightly": "firefox-nightly",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pybrowsers"
version = "0.5.0"
version = "0.5.1"
repository = "https://github.com/roniemartinez/browsers"
description = "Python library for detecting and launching browsers"
authors = ["Ronie Martinez <ronmarti18@gmail.com>"]
Expand Down

0 comments on commit 336fc67

Please sign in to comment.