Skip to content

Commit 547870f

Browse files
committed
release: v2.0.20
1 parent 966bcda commit 547870f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "testcafe-browser-tools",
3-
"version": "2.0.19",
3+
"version": "2.0.20",
44
"description": "An utility library for performing platform-dependent actions on browsers.",
55
"homepage": "https://github.com/DevExpress/testcafe-browser-tools",
66
"bugs": "https://github.com/DevExpress/testcafe-browser-tools/issues",

src/aliases.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const ALIASES = {
6464
nameRe: /safari/i,
6565
cmd: '',
6666
path: BINARIES.app,
67-
macOpenCmdTemplate: 'open -n -a "{{{path}}}" --args /dev/null open {{{pageUrl}}} {{{cmd}}}'
67+
macOpenCmdTemplate: `open -n -a "{{{path}}}" --args ${BINARIES.main} /dev/null open {{{pageUrl}}} {{{cmd}}}`
6868
},
6969

7070
'edge': {

0 commit comments

Comments
 (0)