Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Update your electron app without downloading the whole installer.

License

Notifications You must be signed in to change notification settings

shangzhenyang/electron-hot-updater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[DEPRECATED] electron-hot-updater

Update your electron app without downloading the whole installer.

Steps for Usage

  1. Upload your program files to your server, including package.json.

  2. Make a file list like this.

  3. Refer to the code in this project, especially js/update.js.

Precautions

  • The updater cannot work with asar.

  • If the program is installed in C:\Program Files, the updater will not be able to work unless the user runs it as administrator.

License

MIT.

About

Update your electron app without downloading the whole installer.

Topics

Resources

License

Stars

Watchers

Forks