Took 53 seconds
This commit is contained in:
Lukas Brübach 2026-06-12 10:43:00 +02:00
parent 752468c2de
commit b8a2a41f6e

View file

@ -229,6 +229,10 @@ void DlgUpdate::downloadSuccessful(const QUrl &filepath)
bool launched = false;
qInfo() << installer;
qInfo() << installDir;
qInfo() << args;
#if defined(Q_OS_WIN)
SHELLEXECUTEINFOW sei = {};
sei.cbSize = sizeof(sei);