微调样式

This commit is contained in:
shenmo 2022-10-23 13:58:32 +08:00
parent 05cfdbb318
commit 8310a59df8
2 changed files with 3 additions and 2 deletions

1
debian/changelog vendored
View File

@ -1,6 +1,7 @@
spark-store (3.3.0.3) stable; urgency=medium
* 回滚 更新中行为到进度条而不是实时输出
* 更新应用时显示正在更新哪个应用
-- shenmo <shenmo@spark-app.store> Fri, 30 Jan 2022 00:00:00 +0800

View File

@ -18,7 +18,7 @@ do
echo "$PKG_NAME"
else
echo "false"
echo "$PKG_NAME (无法更新:请先执行 sudo apt-mark unhold 后再更新)"
echo "$PKG_NAME (无法更新:已被标记为保留)"
fi
done | zenity --list --text="选择你想更新的应用" --column=是否更新 --column=应用包名 --separator=" " --checklist --print-column=2 --multiple --height 350 --width 550 `
@ -29,7 +29,7 @@ zenity --info --icon-name=spark-store --text "没有选中任何软件\n但是
else
for PKG_NAME_UPGRADE in $PKG_UPGRADE_LIST;do
bash aptss install $PKG_NAME_UPGRADE -y | zenity --progress --auto-close --no-cancel --pulsate --text=正在更新$PKG_NAME_UPGRADE,请稍候... --height 70 --width 400 --title="星火商店更新模块"
bash aptss install $PKG_NAME_UPGRADE -y | zenity --progress --auto-close --no-cancel --pulsate --text=正在更新 $PKG_NAME_UPGRADE ,请稍候... --height 70 --width 400 --title="星火商店更新模块"
done
if [ "$?" = "0" ];then