diff --git a/src/handlers/xdgurl.cpp b/src/handlers/xdgurl.cpp index 32eee42a93c5f7be10fe196ac4db2c527705285f..d7b5d52e620ad5b8568c8a6a215d33955cc8bcbf 100644 --- a/src/handlers/xdgurl.cpp +++ b/src/handlers/xdgurl.cpp @@ -193,7 +193,7 @@ void XdgUrl::_installDownloadedFile(QNetworkReply *reply) && Utility::Package::installPlasmapkg(temporaryFile.fileName(), "windowswitcher")) { result["message"] = QString("The KWin window switcher has been installed"); } - else if (type == "bin" || type == "appimage" + else if ((type == "bin" || type == "appimage") && Utility::Package::installProgram(temporaryFile.fileName(), path)) { result["message"] = QString("The program has been installed into " + destination); }