Skip to content

Conversation

@SmartManoj
Copy link
Contributor

possible_paths = [
chromium_dir / "chrome-linux" / "chrome", # Linux
chromium_dir
/ "chrome-mac"
/ "Chromium.app"
/ "Contents"
/ "MacOS"
/ "Chromium", # macOS
chromium_dir / "chrome-win" / "chrome.exe", # Windows
]

Existing code checks for exe file in non Windows path.

Minimal implementation of #1014

Next refactor if needed: #1014 (comment)

@enyst
Copy link
Collaborator

enyst commented Dec 2, 2025

Minimal implementation of #1014
Next refactor if needed: #1014 (comment)

IMHO we should go for the WindowsBrowser. This minimal version doesn't check for "msedge.exe etc, and so I guess people will do that. Best to have a place where to do it.

We could move the existing Windows-specific lines there?

@blacksmith-sh blacksmith-sh bot requested a review from raymyers December 4, 2025 13:05
@blacksmith-sh
Copy link
Contributor

blacksmith-sh bot commented Dec 4, 2025

[Automatic Post]: I have assigned @raymyers as a reviewer based on git blame information. Thanks in advance for the help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants