Skip to content

Commit

Permalink
fixed(browser-version) Fixed install script
Browse files Browse the repository at this point in the history
  • Loading branch information
asciidisco committed Aug 22, 2013
1 parent b7b6bd7 commit 0f65f03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ if (process.platform === 'linux' && process.arch === 'x64') {
} else if (process.platform === 'linux') {
downloadUrl += 'linux32_0.8.zip';
} else if (process.platform === 'darwin') {
downloadUrl += 'mac_0.8.zip';
downloadUrl += 'mac32_0.8.zip';
} else if (process.platform === 'win32') {
downloadUrl += 'win_0.8.zip';
downloadUrl += 'win32_0.8.zip';
} else {
console.log('Unexpected platform or architecture:', process.platform, process.arch);
process.exit(1);
Expand Down

0 comments on commit 0f65f03

Please sign in to comment.