Qt: Add automatic updater

This commit is contained in:
Connor McLaughlin
2020-08-06 22:08:22 +10:00
parent 070b16e611
commit c09bfc4d2b
13 changed files with 705 additions and 3 deletions

View File

@ -46,6 +46,10 @@ int main(int argc, char* argv[])
host_interface->bootSystem(*boot_params);
boot_params.reset();
}
else
{
window->startupUpdateCheck();
}
int result = app.exec();