Skip to content

Commit

Permalink
adds ArchLinux's naming: google-chrome-stable
Browse files Browse the repository at this point in the history
  • Loading branch information
mantielero committed Jun 5, 2021
1 parent ba09a22 commit 0abbb1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/neel.nim
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ proc findChromeWindows*: string =
raise newException(CustomError, "could not find Chrome in Program Files (x86) directory")

proc findChromeLinux*: string =
const chromeNames = ["google-chrome", "chromium-browser", "chromium"]
const chromeNames = ["google-chrome", "google-chrome-stable", "chromium-browser", "chromium"]
for name in chromeNames:
if execCmd("which " & name) == 0:
return name
Expand Down

0 comments on commit 0abbb1d

Please sign in to comment.