Confirm chrome path in macOS is correct (#3950)

pull/3957/head
Chongyi Zheng 7 months ago committed by GitHub
parent 9379498b49
commit ddd135efa8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -45,7 +45,6 @@ if (process.platform === "win32") {
"/usr/bin/google-chrome",
];
} else if (process.platform === "darwin") {
// TODO: Generated by GitHub Copilot, but not sure if it's correct
allowedList = [
"/Applications/Google Chrome.app/Contents/MacOS/Google Chrome",
"/Applications/Chromium.app/Contents/MacOS/Chromium",

Loading…
Cancel
Save