-
-
Notifications
You must be signed in to change notification settings - Fork 304
Update chrome.py with default chrome path for AUR installs #240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Sorry, I have little experience with templates like this and definitely did it wrong at first. Hopefully I have done it correctly now (and I fixed the unit tests.)
Hi @kajuberdut, thanks for your contribution!
Just a small detail, you have to use the commitizen style for commits, so I can generate the releases. Can you do a force push with the corrected commit messages?
Codecov Report
✅ All modified and coverable lines are covered by tests.
📢 Thoughts on this report? Let us know!
30b40fc
to
42cdf79
Compare
Include `google-chrome-stable` in `browser_paths` so Arch Linux users with the AUR Google Chrome package are supported. This matches the default binary name from https://aur.archlinux.org/packages/google-chrome.
b637f39
to
d356b33
Compare
Hi @kajuberdut, thanks for your contribution!
Just a small detail, you have to use the commitizen style for commits, so I can generate the releases. Can you do a force push with the corrected commit messages?
I believe I have done this now, re-wrote history a few times because I don't think I rebased off main correctly with the latest changes, but it should now have exactly one squashed commit with a commitizen style message and no unwanted changes.
thanks :)
94b63b4
into
autoscrape-labs:main
Uh oh!
There was an error while loading. Please reload this page.
Pull Request
Description
Add
google-chrome-stable
to browser_paths list to support Arch Linux. This is the default path when using AUR Google Chrome package (https://aur.archlinux.org/packages/google-chrome)Type of Change
How Has This Been Tested?
Ran samples from documentation on CachyOS.
Testing Checklist
Implementation Details
It's a one liner.
API Changes
N/A
Additional Info
N/A