mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-12-14 12:52:04 +08:00
chore:更新失败提醒内容更新
This commit is contained in:
@@ -258,7 +258,7 @@ void MainWindow::runAptssUpgrade()
|
|||||||
process.closeWriteChannel();
|
process.closeWriteChannel();
|
||||||
process.waitForFinished(-1);
|
process.waitForFinished(-1);
|
||||||
if (process.exitCode() != 0) {
|
if (process.exitCode() != 0) {
|
||||||
QMessageBox::warning(this, "升级失败", "执行 sudo aptss ssupdate 失败,请检查系统环境。");
|
QMessageBox::warning(this, "升级失败", "执行 sudo aptss ssupdate 失败,请检查系统环境或稍后再试。");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user