Skip to content

Commit 836a15c

Browse files
authored
New default installation path for Google Chrome for Windows
1 parent 1edd192 commit 836a15c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cdt-java-client/src/main/java/com/github/kklisura/cdt/launch/ChromeLauncher.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ public class ChromeLauncher implements AutoCloseable {
7777
"/Applications/Chromium.app/Contents/MacOS/Chromium",
7878
"/Applications/Google Chrome.app/Contents/MacOS/Google Chrome",
7979
"/Applications/Google Chrome Canary.app/Contents/MacOS/Google Chrome Canary",
80-
"C:/Program Files (x86)/Google/Chrome/Application/chrome.exe"
80+
"C:/Program Files (x86)/Google/Chrome/Application/chrome.exe",
81+
"C:/Program Files/Google/Chrome/Application/chrome.exe"
8182
};
8283

8384
private Process chromeProcess;

0 commit comments

Comments
 (0)