You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 23, 2019. It is now read-only.
developervariety edited this page Jun 22, 2019
·
1 revision
An automatic updater is always an excellent feature to have for clients, so they don't have to keep downloading it from a website or download channels.
Updates are stored on the server encrypted and compressed. When it reaches the client's computer, it will be decrypted with the application secret and decompressed. It will replace the old files, and ZIP them with the extension of "-backup" in case the update failed to install successfully.
All updates are hashed upon upload and verified upon download.