Skip to content

Commit

Permalink
[CLI-804] Windows: Cannot build Alloy project on Windows 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Feon Sua authored and Feon Sua committed Sep 15, 2015
1 parent 761e767 commit 12310dd
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 12310dd

Please sign in to comment.