Update make.js

This commit is contained in:
Artur Adib 2012-08-27 13:09:33 -03:00
parent 3403630a31
commit df32b4393c

View File

@ -625,7 +625,7 @@ target.chrome = function() {
// If we're on a Darwin (Mac) OS, then let's check for an .app path
if (process.platform === 'darwin' && executable.indexOf('.app') !== -1) {
executable = executable + '/Contents/MacOS/Google Chrome');
executable = executable + '/Contents/MacOS/Google Chrome';
}
// If the chrome executable doesn't exist