add debug message

This commit is contained in:
Martin Marmsoler 2022-04-20 18:05:24 +02:00
parent e6e85fde5f
commit 97fbeff834

View File

@ -176,6 +176,7 @@ void Updater::update(bool spontaneous)
#else
QString link = kLinkFmt.arg(version, platformArg, version, extension);
#endif
qDebug() << "Download url of the update: " << link;
emit updateAvailable(version, html, link);
});