Skip to content

Commit b58fb1f

Browse files
Improve ArchLinux support (#265)
1 parent 7908a58 commit b58fb1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ const apps = {};
285285
defineLazyProperty(apps, 'chrome', () => detectPlatformBinary({
286286
darwin: 'google chrome',
287287
win32: 'chrome',
288-
linux: ['google-chrome', 'google-chrome-stable']
288+
linux: ['google-chrome', 'google-chrome-stable', 'chromium']
289289
}, {
290290
wsl: {
291291
ia32: '/mnt/c/Program Files (x86)/Google/Chrome/Application/chrome.exe',
@@ -304,7 +304,7 @@ defineLazyProperty(apps, 'firefox', () => detectPlatformBinary({
304304
defineLazyProperty(apps, 'edge', () => detectPlatformBinary({
305305
darwin: 'microsoft edge',
306306
win32: 'msedge',
307-
linux: 'microsoft-edge'
307+
linux: ['microsoft-edge', 'microsoft-edge-dev']
308308
}, {
309309
wsl: '/mnt/c/Program Files (x86)/Microsoft/Edge/Application/msedge.exe'
310310
}));

0 commit comments

Comments
 (0)