* use 'update' package

This commit is contained in:
Simon Zolin
2020-07-22 14:20:14 +03:00
parent 117ec4dd43
commit e3ea2528be
5 changed files with 50 additions and 457 deletions

View File

@@ -71,6 +71,9 @@ func (u *Updater) parseVersionResponse(data []byte) (VersionInfo, error) {
info.CanAutoUpdate = true
}
u.NewVersion = info.NewVersion
u.PackageURL = info.PackageURL
return info, nil
}