docs and some cleanup for copay native binaries builds

This commit is contained in:
Alan Stoll 2014-07-03 09:23:40 -04:00
commit ad681c7344
6 changed files with 45 additions and 5 deletions

View file

@ -26,6 +26,7 @@ var Static = function() {
} else {
console.log(color.blue('{copay}'), platform + '-' + arch + ' ' + ' already downloaded');
callback.call(this, null);
return;
}
@ -36,6 +37,7 @@ var Static = function() {
var filename = 'atom-shell-' + version + '-' + platform + '-' + arch + '.zip';
if (err || !releases.length) {
console.log(err);
return console.log(color.blue('{copay}'), 'Release not found');
}