Skip to content

Commit 6c572c5

Browse files
ThatGuySamTimeraa
andauthored
feat(config): add browser path for Zen via Homebrew (#1813)
Co-authored-by: Florian Metz <[email protected]>
1 parent 2db516e commit 6c572c5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

packages/runner/src/browser-paths.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,12 @@ export const KNOWN_BROWSER_PATHS: Record<
9696
windows: [],
9797
},
9898
zen: {
99-
mac: ['/Applications/Zen Browser.app/Contents/MacOS/zen'],
99+
mac: [
100+
'/Applications/Zen Browser.app/Contents/MacOS/zen',
101+
// Homebrew Cask
102+
// https://github.com/Homebrew/homebrew-cask/blob/main/Casks/z/zen.rb#L23C13-L23C19
103+
'/Applications/Zen.app/Contents/MacOS/zen',
104+
],
100105
linux: [],
101106
windows: [],
102107
},

0 commit comments

Comments
 (0)