From df32b4393c5b993b6c35a6d559eef78d89f5a003 Mon Sep 17 00:00:00 2001 From: Artur Adib Date: Mon, 27 Aug 2012 13:09:33 -0300 Subject: [PATCH] Update make.js --- make.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.js b/make.js index fa04b6c1d..a4b3f4f9e 100755 --- a/make.js +++ b/make.js @@ -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