Alex Spataru 47c6909259 Rewrite library to allow multiple updaters & JSON appcasts
- The update definitions are now stored in the JSON format
- The QSimpleUpdater now allows updating separate “modules” of the
application, this can be useful if you are using a large application
with several updatable plugins
- You can now implement your own procedures to install the downloaded
updates
2016-05-22 21:36:53 -05:00
2014-11-02 19:41:26 -06:00

QSimpleUpdater

QSimpleUpdater is an implementation of an auto-updating system to be used with Qt projects.

Integrating QSimpleUpdater with your projects

  1. Copy the QSimpleUpdater folder in your "3rd-party" folder.
  2. Include the QSimpleUpdater project include (pri) file using the include() function.
  3. That's all! Check the example project as a reference for your project.

License

QSimpleUpdater is free and open-source software, it is released under the DBAD license.

Description
No description provided
Readme 1.6 MiB
Languages
C++ 91.8%
QMake 6.5%
Batchfile 1.1%
Shell 0.6%