We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b96152b commit 1548676Copy full SHA for 1548676
make.js
@@ -607,7 +607,7 @@ target.chrome = function() {
607
608
// If we're on a Darwin (Mac) OS, then let's check for an .app path
609
if (process.platform === 'darwin' && executable.indexOf('.app') !== -1) {
610
- executable = path.join(executable, 'Contents', 'MacOS', 'Google Chrome');
+ executable = executable + '/Contents/MacOS/Google Chrome');
611
}
612
613
// If the chrome executable doesn't exist
0 commit comments