This commit is contained in:
Igor Gassmann 2018-02-08 22:20:59 -03:00
parent 2786f9bffe
commit 5887ef500b
2 changed files with 1 additions and 0 deletions

BIN
build/daemon.zip Normal file

Binary file not shown.

View file

@ -15,6 +15,7 @@ module.exports = function(context) {
.replace(/DAEMONVER/g, daemonVersion)
.replace(/OSNAME/g, currentPlatform);
const tmpZipPath = 'build/daemon.zip';
console.log(daemonURL);
return new Promise(resolve => {
axios