From 6c8c257765de1d5dda7eb9c2fec040ae452c842e Mon Sep 17 00:00:00 2001 From: shenmo Date: Sat, 20 Sep 2025 03:57:23 +0000 Subject: [PATCH] =?UTF-8?q?=E5=AE=89=E8=A3=85=E5=90=8E=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E8=BD=AF=E4=BB=B6=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spark-update-tool/src/appdelegate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spark-update-tool/src/appdelegate.cpp b/spark-update-tool/src/appdelegate.cpp index 0c93065..3ec12fe 100644 --- a/spark-update-tool/src/appdelegate.cpp +++ b/spark-update-tool/src/appdelegate.cpp @@ -317,6 +317,6 @@ void AppDelegate::startNextInstall() { // 注意参数顺序:deb路径在前,--no-create-desktop-entry在后 QStringList args; - args << debPath << "--no-create-desktop-entry"; + args << debPath << "--no-create-desktop-entry" << "--delete-after-install"; m_installProcess->start("ssinstall", args); }