mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
fix windows auto-updater
This commit is contained in:
parent
946e984f00
commit
239ffcf46e
1 changed files with 2 additions and 0 deletions
|
@ -75,6 +75,8 @@ void launchAutoUpdater(const QString& autoUpdaterPath) {
|
|||
&si, // Pointer to STARTUPINFO structure
|
||||
&pi // Pointer to PROCESS_INFORMATION structure
|
||||
);
|
||||
|
||||
QCoreApplication::instance()->quit();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue