mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 14:54:05 +00:00
Confirm chrome path in macOS is correct (#3950)
This commit is contained in:
parent
9379498b49
commit
ddd135efa8
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue