Skip to content

Commit 8ddd0a9

Browse files
authored
Fix #42
1 parent 821b13c commit 8ddd0a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ public class ChromeLauncher implements AutoCloseable {
7373
"/usr/bin/chromium-browser",
7474
"/usr/bin/google-chrome-stable",
7575
"/usr/bin/google-chrome",
76+
"/snap/bin/chromium",
7677
"/Applications/Chromium.app/Contents/MacOS/Chromium",
7778
"/Applications/Google Chrome.app/Contents/MacOS/Google Chrome",
7879
"/Applications/Google Chrome Canary.app/Contents/MacOS/Google Chrome Canary",

0 commit comments

Comments
 (0)