Add support for /snap/bin/chromium (#4141)

pull/4133/head^2
Louis Lam 5 months ago committed by GitHub
parent 1e75d81bcf
commit 9fb95fe95e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -40,6 +40,7 @@ if (process.platform === "win32") {
"/usr/bin/chromium",
"/usr/bin/chromium-browser",
"/usr/bin/google-chrome",
"/snap/bin/chromium", // Ubuntu
];
} else if (process.platform === "darwin") {
// TODO: Generated by GitHub Copilot, but not sure if it's correct

Loading…
Cancel
Save