3
0
Fork 0
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:
danteruiz 2019-10-02 17:39:41 -07:00
parent 946e984f00
commit 239ffcf46e

View file

@ -75,6 +75,8 @@ void launchAutoUpdater(const QString& autoUpdaterPath) {
&si, // Pointer to STARTUPINFO structure
&pi // Pointer to PROCESS_INFORMATION structure
);
QCoreApplication::instance()->quit();
}