mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-12-14 21:02:04 +08:00
安装后删除软件包
This commit is contained in:
@@ -317,6 +317,6 @@ void AppDelegate::startNextInstall() {
|
|||||||
|
|
||||||
// 注意参数顺序:deb路径在前,--no-create-desktop-entry在后
|
// 注意参数顺序:deb路径在前,--no-create-desktop-entry在后
|
||||||
QStringList args;
|
QStringList args;
|
||||||
args << debPath << "--no-create-desktop-entry";
|
args << debPath << "--no-create-desktop-entry" << "--delete-after-install";
|
||||||
m_installProcess->start("ssinstall", args);
|
m_installProcess->start("ssinstall", args);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user