feat(updater): tie in updater part 1

Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
Rachel Powers
2023-06-25 21:36:20 -07:00
parent 90da57a806
commit d8e0b14dc4
8 changed files with 390 additions and 16 deletions

View File

@ -113,6 +113,7 @@ class PrismUpdaterApp : public QApplication {
bool m_printOnly;
bool m_selectUI;
bool m_allowDowngrade;
bool m_allowPreRelease;
QString m_updateLogPath;