Skip to content

Commit

Permalink
Add support for /snap/bin/chromium (#4141)
Browse files Browse the repository at this point in the history
  • Loading branch information
louislam authored Dec 1, 2023
1 parent 1e75d81 commit 9fb95fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/monitor-types/real-browser-monitor-type.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9fb95fe

Please sign in to comment.