evshiron d4690f64b2 refactor(project): some minor fixes hace 8 años
..
app 8451f55be6 feat(nsis-compat-updater): initialize hace 8 años
README.md d4690f64b2 refactor(project): some minor fixes hace 8 años
main.html d4690f64b2 refactor(project): some minor fixes hace 8 años
package.json d4690f64b2 refactor(project): some minor fixes hace 8 años

README.md

nsis-compat-tester

The test case for nsis-compat-updater.

Getting Started - Part Server

Serve those *.exe and versions.nsis.json in a directory via HTTP/HTTPS servers, and let's name the URL to the directory feed.

Getting Started - Part App

  • Install nsis-compat-updater and save as a dependency:
npm install nsis-compat-updater --save
  • Import and setup nsis-compat-updater by passing in feed, version and arch.
  • Combine updater.checkForUpdates, updater.downloadUpdate and updater.quitAndInstall to complete update logic.

See also nsis-compat-updater.

Test

npm install

npm run dist
npm run serve