evshiron 9e09d85e80 fix(nsis-compat-tester): fix progress преди 7 години
..
app 8451f55be6 feat(nsis-compat-updater): initialize преди 8 години
README.md d4690f64b2 refactor(project): some minor fixes преди 8 години
main.html 9e09d85e80 fix(nsis-compat-tester): fix progress преди 7 години
package.json c193e9463a fix(nsis-compat-tester): beautify using vue and element-ui преди 8 години

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