Skip to content

jun-zhang/KDUpdater

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About KDUpdater

Original source file taken from KD Tools 2.3.0

http://www.kdab.com/kdab-products/kd-tools/

How to build

This project can only be compiled using Qt5.

Just open the KDUpdater.pro using Qt Creator, then build&run should work.

Examples

how does kdupdaterdemo work

First, Updates.xml and UpdateInstructions.xml will be copied from examples/data/kdupdaterdemo to examples/kdupdaterdemo/updateserver/

Then, generated application kdupdaterdemov2 will be copied to the examples/kdupdaterdemo/updateserver/kdupdaterdemo_{win,unix,mac} directory

Finally, ufcreater is used to convert the kdupdaterdemo_{win, unix, mac} to a .kvz file.

So, when kdupdaterdemo is running, it will get Updates.xml from the updateserver first, then download the .kvz file which contains UpdateInstructions.xml and the new kdupdaterdemo.

About

KDUpdater from KDTools-2.3.0, for Qt5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.1%
  • QMake 1.8%
  • Other 0.1%