Skip to content
This repository has been archived by the owner on Jul 24, 2019. It is now read-only.

Commit

Permalink
Don't download osx binary on freebsd/openbsd
Browse files Browse the repository at this point in the history
  • Loading branch information
nanaya committed Dec 9, 2016
1 parent e0d2e61 commit 1d2898e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ function getDownloadSpec() {
} else if (platform === 'linux' && arch == 'ia32') {
downloadUrl += 'linux-i686.tar.bz2'
checksum = '80e03cfeb22cc4dfe4e73b68ab81c9fdd7c78968cfd5358e6af33960464f15e3'
} else if (platform === 'darwin' || platform === 'openbsd' || platform === 'freebsd') {
} else if (platform === 'darwin') {
downloadUrl += 'macosx.zip'
checksum = '538cf488219ab27e309eafc629e2bcee9976990fe90b1ec334f541779150f8c1'
} else if (platform === 'win32') {
Expand Down

0 comments on commit 1d2898e

Please sign in to comment.