完全修复prerm崩溃

This commit is contained in:
shenmo 2023-03-02 23:25:49 +08:00
parent 21baf598d7
commit b37f8d7f7e
4 changed files with 5 additions and 4 deletions

3
debian/changelog vendored

@ -1,5 +1,6 @@
spark-store (4.2.3) stable; urgency=medium
* 修复: prerm导致的dpkg崩溃
* 新增: aptss 检查package配置增加sdustore
* 新增: 一键编译并安装脚本
* 新增: 后台安装结束后退出任务栏驻留

2
debian/rules vendored

@ -24,7 +24,7 @@ override_dh_auto_configure:
-o $(CURDIR)/build/
override_dh_auto_build:
make MAKEFLAGS="$(MAKEFLAGS)" -C $(CURDIR)/build
make -j$(JOBS) MAKEFLAGS="$(MAKEFLAGS)" -C $(CURDIR)/build
override_dh_auto_install:
make -C $(CURDIR)/build install \

@ -45,8 +45,8 @@ else
if [ ! -z "`pidof spark-store`" ];then
echo "关闭已有 spark-store.."
pkill spark-store
notify-send "正在升级星火商店" "请在升级结束后重启星火商店" -i spark-store
killall spark-store
else
echo "继续安装 spark-store.."
fi

@ -7,7 +7,7 @@
TARGET = spark-store
TEMPLATE = subdirs
CONFIG += ordered
#CONFIG += ordered
CONFIG += wayland-compositor
SUBDIRS += \