Qt Installer Framework: Auto Update

后端 未结 3 697
一生所求
一生所求 2021-01-31 11:59

I\'m currently using the Qt Installer Framework and managed to set up an online repository. What I want to know is:

Does the Framework provide some kind of \"auto-update

3条回答
  •  清酒与你
    2021-01-31 12:13

    I just found a pretty nice implementation on GitHub:

    https://github.com/ioriayane/TheArtOfQt2/blob/master/src/HelloWorld/maintenancetool.cpp

    It takes care of handling Windows, MacOS and Linux. + It is written to use in QML / Qt Quick bindings (+ example).

    It has some Japanese comments, but is Apache 2.0 licensed, so freely to use (following Apache 2.0 requirement).

提交回复
热议问题