fix clean build
This commit is contained in:
parent
3f2aeb3523
commit
516d61e157
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ const downloadDaemon = targetPlatform =>
|
|||
if (currentPlatform === 'win32') currentPlatform = 'windows';
|
||||
|
||||
const daemonPlatform = targetPlatform || currentPlatform;
|
||||
|
||||
const tmpZipPath = path.join(__dirname,'daemon.zip');
|
||||
const daemonURL = daemonURLTemplate
|
||||
.replace(/DAEMONVER/g, daemonVersion)
|
||||
.replace(/OSNAME/g, daemonPlatform);
|
||||
|
|
Loading…
Add table
Reference in a new issue