Skip to content

Commit

Permalink
Locate MS Edge on 32-bit Windows (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
LANDMVRK authored Aug 17, 2021
1 parent 204197d commit a990beb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions locate.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ func LocateChrome() string {
os.Getenv("ProgramFiles") + "/Chromium/Application/chrome.exe",
os.Getenv("ProgramFiles(x86)") + "/Chromium/Application/chrome.exe",
os.Getenv("ProgramFiles(x86)") + "/Microsoft/Edge/Application/msedge.exe",
os.Getenv("ProgramFiles") + "/Microsoft/Edge/Application/msedge.exe",
}
default:
paths = []string{
Expand Down

0 comments on commit a990beb

Please sign in to comment.