Skip to content

Automatically exported from code.google.com/p/software-update

License

Notifications You must be signed in to change notification settings

TcT2k/software-update

Repository files navigation

This aims at being a simple but powerful universal software update system to be included into your own projects.

Easy To Use

Package the SoftwareUpdate? binary with your application Create a config file describing your application version Host a config file describing a potential update on HTTP Call the SoftwareUpdate? binary from your application on startup or just call it manually

How To

Include a SoftwareUpdate.conf like this with your application:

[Software]
Id=SampleApp
Title=SampleApplication
Version=1.0.0.1000
PubKey=A1A2A3A4A5B1
UpdateURL=http://myserver/NewSoftwareUpdate.conf

Upload a NewSoftwareUpdate.conf like the following on your softwares website:

[Software]
Version=1.0.1.1001

[Windows]
DownloadURL=http://myserver/SampleAppSetup.exe
Signtature=AaBsdSDaSdasSDErERFf

[Macintosh]
DownloadURL=http://myserver/SampleApp.pkg

About

Automatically exported from code.google.com/p/software-update

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published