diff --git a/hooks/alloy.js b/hooks/alloy.js index 86a0301ea..f50a5daae 100644 --- a/hooks/alloy.js +++ b/hooks/alloy.js @@ -141,7 +141,7 @@ exports.init = function (logger, config, cli, appc) { // execute alloy in os-specific manner var child; - if (process.platform === 'win32' && paths.alloy.indexOf('.bin') !== -1) { + if (process.platform === 'win32' && paths.alloy === 'alloy.cmd') { cmd.shift(); logger.info(__('Executing Alloy compile: %s', ['cmd','/s','/c'].concat(cmd).join(' ').cyan)); diff --git a/package.json b/package.json index 5218f7433..0b368042d 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "mobileweb", "appc-client" ], - "version": "1.7.7", + "version": "1.7.8", "author": "Appcelerator, Inc. ", "maintainers": [ {