Skip to content

Commit

Permalink
[CLI-768] Alloy app fails to build on Windows with error "Alloy compi…
Browse files Browse the repository at this point in the history
…ler failed"
  • Loading branch information
Feon Sua authored and Feon Sua committed Aug 20, 2015
1 parent 53cf02c commit 027de22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hooks/alloy.js
Expand Up @@ -141,7 +141,7 @@ exports.init = function (logger, config, cli, appc) {

// execute alloy in os-specific manner
var child;
if (process.platform === 'win32') {
if (process.platform === 'win32' && paths.alloy.indexOf('.bin') !== -1) {
cmd.shift();
logger.info(__('Executing Alloy compile: %s',
['cmd','/s','/c'].concat(cmd).join(' ').cyan));
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -14,7 +14,7 @@
"mobileweb",
"appc-client"
],
"version": "1.7.4",
"version": "1.7.5",
"author": "Appcelerator, Inc. <info@appcelerator.com>",
"maintainers": [
{
Expand Down

0 comments on commit 027de22

Please sign in to comment.