Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 401 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 401 Bytes

AutoUpdater

Update Server Setup

The update server should respond to the following requests:

  • 'GET ?app=APP_NAME' - returns the latest version of the app together with the download URL of the latest version, e.g.:
{
  "Version": "1.0.0",
  "Url": "http://example.com/app-1.0.0.zip"
}

Note that the download url should be a direct link to the zip file, not a page that contains the link.