This commit is contained in:
Martin Marmsoler 2023-01-22 18:42:56 +01:00
parent 8b66d81c04
commit a29ad94a73

View File

@ -277,10 +277,9 @@ bool Updater::uninstallGittyup(bool system) {
QStringList args;
args.append("-c");
args.append(
QString(
"flatpak-spawn --host flatpak remove -y %1 com.github.Murmele.Gittyup")
.arg(loc));
args.append(QString("flatpak-spawn --host flatpak remove -y %1 "
"com.github.Murmele.Gittyup")
.arg(loc));
auto *p = new QProcess(this);
p->start(bash, args);