aboutsummaryrefslogtreecommitdiff
path: root/launcher/updater/MacSparkleUpdater.mm
AgeCommit message (Collapse)Author
2022-07-10Remove use of obsolete methodKenneth Chew
Fixes Qt 6 build Signed-off-by: Kenneth Chew <kenneth.c0@protonmail.com>
2022-05-19Refactor code, create abstract class `ExternalUpdater`Kenneth Chew
(Hopefully) this makes implementing updaters using external libraries easier on other platforms. To implement an updater on a new platform, create a new class that implements the pure virtual methods from `ExternalUpdater` and add code in the `UpdateChecker` initializer to initialize the new class.