mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
SCRATCH separate the generic updater logic from the application
This commit is contained in:
parent
7a71ecd8af
commit
4730f54df7
31 changed files with 1056 additions and 1104 deletions
|
|
@ -458,10 +458,14 @@ SET(MULTIMC_SOURCES
|
|||
logic/auth/flows/ValidateTask.cpp
|
||||
|
||||
# Update system
|
||||
logic/updater/GoUpdate.h
|
||||
logic/updater/GoUpdate.cpp
|
||||
logic/updater/UpdateChecker.h
|
||||
logic/updater/UpdateChecker.cpp
|
||||
logic/updater/DownloadUpdateTask.h
|
||||
logic/updater/DownloadUpdateTask.cpp
|
||||
logic/updater/DownloadTask.h
|
||||
logic/updater/DownloadTask.cpp
|
||||
|
||||
# Notifications - short warning messages
|
||||
logic/notifications/NotificationChecker.h
|
||||
logic/notifications/NotificationChecker.cpp
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue