UI: AutoUpdateManager: Create "inst.tmp" file for in-app update too

This commit is contained in:
Nodir Temirkhodjaev 2024-06-09 21:49:21 +03:00
parent 89282dc978
commit 2e2392306f

View File

@ -206,7 +206,7 @@ bool AutoUpdateManager::runInstaller()
qCDebug(LC) << "Run Installer:" << installerPath << args;
if (settings->hasService()) {
emit restartClients(/*restarting=*/true);
onRestartClientsRequested(/*restarting=*/true);
}
if (settings->isMaster()) {