mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-09-19 01:22:20 +08:00
私密马赛,忘记空格了
This commit is contained in:
parent
40eadaca35
commit
d57c43a2b7
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -3,6 +3,7 @@ spark-store (4.2.3.2~Reason5) stable; urgency=medium
|
|||||||
* aptss 支持非root模式启动
|
* aptss 支持非root模式启动
|
||||||
* aptss 添加transhell支持
|
* aptss 添加transhell支持
|
||||||
* 关于界面自动获取分支名称
|
* 关于界面自动获取分支名称
|
||||||
|
* 现在安装成功则自动删除安装包
|
||||||
|
|
||||||
-- shenmo <shenmo@spark-app.store>
|
-- shenmo <shenmo@spark-app.store>
|
||||||
spark-store (4.2.3.2~Reason3) stable; urgency=medium
|
spark-store (4.2.3.2~Reason3) stable; urgency=medium
|
||||||
|
@ -175,7 +175,7 @@ void DownloadItem::slotAsyncInstall(int t)
|
|||||||
switch(t)
|
switch(t)
|
||||||
{
|
{
|
||||||
case 0:
|
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;
|
break;
|
||||||
case 1:
|
case 1:
|
||||||
installer.start("deepin-deb-installer", QStringList() << "/tmp/spark-store/" + ui->label_filename->text().toUtf8());
|
installer.start("deepin-deb-installer", QStringList() << "/tmp/spark-store/" + ui->label_filename->text().toUtf8());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user