私密马赛,忘记空格了

This commit is contained in:
shenmo 2023-03-07 19:04:56 +08:00
parent 40eadaca35
commit d57c43a2b7
2 changed files with 2 additions and 1 deletions
debian
src/widgets/common

1
debian/changelog vendored

@ -3,6 +3,7 @@ spark-store (4.2.3.2~Reason5) stable; urgency=medium
* aptss 支持非root模式启动
* aptss 添加transhell支持
* 关于界面自动获取分支名称
* 现在安装成功则自动删除安装包
-- shenmo <shenmo@spark-app.store>
spark-store (4.2.3.2~Reason3) stable; urgency=medium

@ -175,7 +175,7 @@ void DownloadItem::slotAsyncInstall(int t)
switch(t)
{
case 0:
installer.start("pkexec", QStringList() << "ssinstall" << "/tmp/spark-store/" + ui->label_filename->text().toUtf8() + "--delete-after-install");
installer.start("pkexec", QStringList() << "ssinstall" << "/tmp/spark-store/" + ui->label_filename->text().toUtf8() + " " + "--delete-after-install");
break;
case 1:
installer.start("deepin-deb-installer", QStringList() << "/tmp/spark-store/" + ui->label_filename->text().toUtf8());