summaryrefslogtreecommitdiff
path: root/indra/newview/llvvmquery.cpp
AgeCommit message (Collapse)Author
2026-03-17Move the version required checking into velopack's checks.Jonathan "Geenz" Goodman
2026-03-17Enable velopack downgrade and skip older updatesJonathan "Geenz" Goodman
2026-03-12Fix for UpdaterServiceSetting being ignored.Jonathan "Geenz" Goodman
2026-03-11Velopack download failure diagnostic (#5520)Andrey Kleshchev
* Velopack download failure diagnostic * Fix up velopack downloading updates. Handle updates internally then hand them off to velopack. (#5524) * Update llvelopack.cpp * More velopack changes. Should download updates properly now. * Update llvvmquery.cpp * Don't include NSI files * Restore optional updates, refine viewer restart behavior. (#5527) * Add support for optional updates. * Don't restart the viewer after the update unless it was optional. * Setup UpdaterServiceSetting with velopack properly. * Refine the restart behavior a bit - readd the old "the viewer must update" UX. * If the update is still downloading, close should just reopen the downloading dialog. Also add a login guard - probably unnecessary, but you never know with how creative our residents get. --------- Co-authored-by: Jonathan "Geenz" Goodman <geenz@lindenlab.com>
2026-02-24Use runtime viewer exe name, handle Velopack URLJonathan "Geenz" Goodman
2026-01-21Add Velopack update support for macOS and VVM integrationJonathan "Geenz" Goodman