docs and some cleanup for copay native binaries builds
This commit is contained in:
parent
c05895f879
commit
ad681c7344
6 changed files with 45 additions and 5 deletions
|
|
@ -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');
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue