1.5.2 • Published 8 years ago

elupdater v1.5.2

Weekly downloads
1
License
ISC
Repository
github
Last release
8 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

8 years ago

1.5.1

8 years ago

1.5.0

8 years ago

1.4.1

8 years ago

1.4.0

8 years ago

1.3.2

8 years ago

1.3.1

8 years ago

1.3.0

8 years ago

1.2.2

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago