安装后删除软件包

Signed-off-by: shenmo <jifengshenmo@outlook.com>
This commit is contained in:
shenmo 2025-09-20 03:57:23 +00:00 committed by Gitee
parent 2926a82ee4
commit 70ef6b8963
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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);
}