fix-path-error

This commit is contained in:
shenmo 2023-08-13 21:55:24 +08:00
parent 0e810cea87
commit 2115b1fb11
2 changed files with 11 additions and 1 deletions
debian
tool/update-upgrade

8
debian/changelog vendored

@ -1,3 +1,11 @@
spark-store (4.2.7) stable; urgency=medium
* 修复:更新星火商店后禁止更新提醒的配置失效
* 新增:支持在设置中关闭平台不兼容提示
-- shenmo <shenmo@spark-app.store> Sun, 5 Mar 2022 11:45:14 +0800
spark-store (4.2.6.6) stable; urgency=medium
* 调整:文案修改:安装失败后引导查看详情而不是重新安装

@ -114,7 +114,9 @@ update_transhell
## 如果不想提示就不提示
user=$(who | awk '{print $1}' | head -n 1)
if [ -e "$user/.config/spark-union/spark-store/ssshell-config-do-not-show-upgrade-notify" ];then
if [ -e "/home/$user/.config/spark-union/spark-store/ssshell-config-do-not-show-upgrade-notify" ];then
echo "他不想站在世界之巅,好吧"
echo "Okay he don't want to be at the top of the world, okay"
exit
else
notify-send -a spark-store "${TRANSHELL_CONTENT_SPARK_STORE_UPGRADE_NOTIFY}" "${TRANSHELL_CONTENT_THERE_ARE_APPS_TO_UPGRADE}"