mirror of
https://github.com/lubosz/overte.git
synced 2025-04-26 17:55:29 +02: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