Navigation Menu

Skip to content

Commit

Permalink
Added x64 support for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ayapi committed Dec 7, 2014
1 parent a04058d commit 2fe2066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.js
Expand Up @@ -22,7 +22,7 @@ var urlBase = 'http://dl.node-webkit.org/v';
// Determine download url
switch (process.platform) {
case 'win32':
url = urlBase + version + '/node-webkit-v' + version + '-win-ia32.zip';
url = urlBase + version + '/node-webkit-v' + version + '-win-' + process.arch +'.zip';
break;
case 'darwin':
url = urlBase + version + '/node-webkit-v' + version + '-osx-' + process.arch + '.zip';
Expand Down

0 comments on commit 2fe2066

Please sign in to comment.