.
This commit is contained in:
parent
2786f9bffe
commit
5887ef500b
2 changed files with 1 additions and 0 deletions
BIN
build/daemon.zip
Normal file
BIN
build/daemon.zip
Normal file
Binary file not shown.
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue