i3drobotics / stereo-vision-toolkit

Stereo image processing suite
MIT License
30 stars 10 forks source link

Install update automatically #23

Closed ghost closed 4 years ago

ghost commented 4 years ago

The current system requires the user to download the new release using a link in the fervour update window and install manually. Should instead automatically download this installer and run it on a button press. Need to be able to close the running application and run the installer. Look at detached processes here).

ghost commented 4 years ago

https://stackoverflow.com/questions/2077550/how-can-i-enable-auto-updates-in-a-qt-cross-platform-application

ghost commented 4 years ago

Now using i3drobotics fork of fevour with added download functionality. This is used to download the latest installer if available and will automatically close the program and run the installer when the download has finished.