Kenneth Chew 05cd30ac06
Refactor code, create abstract class ExternalUpdater
(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.
2022-05-19 15:16:37 -04:00
..
2022-04-04 16:41:23 +02:00
2022-04-04 16:41:23 +02:00
2022-05-18 22:51:15 +02:00
2022-05-08 15:22:50 +08:00
2022-05-15 11:26:15 -03:00
2022-04-07 19:42:26 -03:00
Fix
2022-03-28 20:55:03 +02:00
2022-04-08 11:16:00 +02:00
2022-05-08 11:19:53 +02:00