1.5.2 • Published 10 years ago

elupdater v1.5.2

Weekly downloads
1
License
ISC
Repository
github
Last release
10 years ago

##Install npm install elupdater --save ##Usage var auto = require('./autoupdater');

auto.setFeedURL({updateURL:'http://localhost:8087/update/SVersion.json',frameVer:'0.36.3',appVer:'1.5.0',downloadPath:"E:"});

auto.on('error',(err)=>console.log(err)); auto.on('checking-for-update',()=>console.log('checking-for-update')); auto.on('update-available',(version,downloadurl)=>console.log('update-available'+version,downloadurl)); auto.on('update-not-available',(frameMD5,appMD5)=>console.log('update-not-available '+frameMD5+appMD5)); auto.on('update-downloaded',(localpath)=>{console.log('update-downloaded'+localpath);});

auto.checkForUpdates();

1.5.2

10 years ago

1.5.1

10 years ago

1.5.0

10 years ago

1.4.1

10 years ago

1.4.0

10 years ago

1.3.2

10 years ago

1.3.1

10 years ago

1.3.0

10 years ago

1.2.2

10 years ago

1.2.1

10 years ago

1.2.0

10 years ago

1.1.0

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago