mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-09-08 04:12:21 +08:00
修复:无法正确获取更新名
This commit is contained in:
parent
63e6b0e6f6
commit
fa3270e401
@ -110,7 +110,7 @@ done)
|
|||||||
else
|
else
|
||||||
### 更新用户选择的应用
|
### 更新用户选择的应用
|
||||||
for PKG_UPGRADE in $PKG_UPGRADE_LIST;do
|
for PKG_UPGRADE in $PKG_UPGRADE_LIST;do
|
||||||
$APP_UPGRADE=$(get_name_from_desktop_file $PKG_UPGRADE)
|
APP_UPGRADE="$(get_name_from_desktop_file $PKG_UPGRADE)"
|
||||||
update_transhell
|
update_transhell
|
||||||
pkexec /opt/durapps/spark-store/bin/update-upgrade/ss-do-upgrade-worker.sh upgrade-app $PKG_UPGRADE -y | zenity --progress --auto-close --no-cancel --pulsate --text="${TRANSHELL_CONTENT_UPGRADING_PLEASE_WAIT}" --height 70 --width 400 --title="${TRANSHELL_CONTENT_SPARK_STORE_UPGRADE_MODEL}" --window-icon=/usr/share/icons/hicolor/scalable/apps/spark-store.svg
|
pkexec /opt/durapps/spark-store/bin/update-upgrade/ss-do-upgrade-worker.sh upgrade-app $PKG_UPGRADE -y | zenity --progress --auto-close --no-cancel --pulsate --text="${TRANSHELL_CONTENT_UPGRADING_PLEASE_WAIT}" --height 70 --width 400 --title="${TRANSHELL_CONTENT_SPARK_STORE_UPGRADE_MODEL}" --window-icon=/usr/share/icons/hicolor/scalable/apps/spark-store.svg
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user