radj307 / volume-control

Specific-Application Volume Control Hotkeys for Windows.
https://radj307.github.io/volume-control
GNU General Public License v3.0
73 stars 6 forks source link

[FEATURE] Auto Updater #124

Closed Rajdave69 closed 10 months ago

Rajdave69 commented 10 months ago

An auto updater for the installer-based app

radj307 commented 10 months ago

Implemented for the installer version in 195cf26edf030e4b4ce2c0da95f5933521889b71.

radj307 commented 10 months ago

The "auto-updater" in this case does the following:

  1. Prompt the user about a new update being available.
  2. When the user clicks 'Yes', download the latest installer to the default downloads directory
  3. Start the installer
  4. Close the application

The installer will handle the rest, uninstalling the previous version, and installing the new one. It also has the ability to start the application after it finishes, for a seamless transition.

radj307 commented 10 months ago

Now available in v6.6.0