You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 14, 2019. It is now read-only.
bug #269 #266 Self update is not detecting the installed version (Fabrice Baumann)
This PR was merged into the 1.0-dev branch.
Discussion
----------
#266 Self update is not detecting the installed version
When the self-update command is initialized, the current version and latest version of the installer are not initialized.
The code is currently comparing NULL with NULL, which returns true.
By adding the parent::initialize() call, the DownloadCommand set the current and latest version of the installer, and then the version_compare function is actually really comparing the real versions.
Commits
-------
0640667 #266 Self update is not detecting the installed version
0 commit comments