exclude daemon.ver
This commit is contained in:
parent
cd44cc3f2d
commit
20303053c8
3 changed files with 2 additions and 3 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -4,4 +4,5 @@
|
|||
/static/locales
|
||||
yarn-error.log
|
||||
package-lock.json
|
||||
.idea/
|
||||
.idea/
|
||||
/build/daemon.ver
|
|
@ -1 +0,0 @@
|
|||
0.20.4
|
|
@ -28,7 +28,6 @@ const downloadDaemon = targetPlatform =>
|
|||
const daemonURL = daemonURLTemplate
|
||||
.replace(/DAEMONVER/g, daemonVersion)
|
||||
.replace(/OSNAME/g, daemonPlatform);
|
||||
console.log(daemonURL);
|
||||
|
||||
// If a daemon and daemon.ver exists, check to see if it matches the current daemon version
|
||||
const hasDaemonDownloaded = fs.existsSync(daemonFilePath);
|
||||
|
|
Loading…
Reference in a new issue