Skip to content

Commit

Permalink
Merge pull request #723 from feons/CLI-804
Browse files Browse the repository at this point in the history
[CLI-804] Windows: Cannot build Alloy project on Windows 10
  • Loading branch information
feons committed Sep 15, 2015
2 parents 761e767 + 12310dd commit 9db9d1c
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
Original file line number Diff line number Diff line change
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' && 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));
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"mobileweb",
"appc-client"
],
"version": "1.7.7",
"version": "1.7.8",
"author": "Appcelerator, Inc. <[email protected]>",
"maintainers": [
{
Expand Down

0 comments on commit 9db9d1c

Please sign in to comment.