mirror of
https://gitee.com/spark-store-project/uos-packaging-tools
synced 2026-05-07 23:00:19 +08:00
update 不再自动配置ACE
This commit is contained in:
3
debian/changelog
vendored
3
debian/changelog
vendored
@@ -1,4 +1,4 @@
|
|||||||
uos-packaging-tools (1.7.6) UNRELEASED; urgency=low
|
uos-packaging-tools (1.7.7) UNRELEASED; urgency=low
|
||||||
|
|
||||||
* 支持在 Debian 13 安装
|
* 支持在 Debian 13 安装
|
||||||
* 根据新 zenity 的样式修改了大小
|
* 根据新 zenity 的样式修改了大小
|
||||||
@@ -6,5 +6,6 @@ uos-packaging-tools (1.7.6) UNRELEASED; urgency=low
|
|||||||
* 支持 GXDE 25 GXFM
|
* 支持 GXDE 25 GXFM
|
||||||
* 新增自动添加安装大小的功能
|
* 新增自动添加安装大小的功能
|
||||||
* 修复银河麒麟不支持显示图标的问题
|
* 修复银河麒麟不支持显示图标的问题
|
||||||
|
* 不再自动配置ACE下载
|
||||||
|
|
||||||
-- shenmo <> Wed, 09 Apr 2025 18:42:51 +0800
|
-- shenmo <> Wed, 09 Apr 2025 18:42:51 +0800
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ if [ -e /usr/local/bin/ssaudit ]; then
|
|||||||
# 弹出确认窗口
|
# 弹出确认窗口
|
||||||
if confirm_installation "$DEBPATH"; then
|
if confirm_installation "$DEBPATH"; then
|
||||||
notify-send "正在使用 ssaudit 安装 $(dpkg-deb -f "$DEBPATH" Package),请稍候...." -i /usr/share/icons/uos-packaging-tools.png
|
notify-send "正在使用 ssaudit 安装 $(dpkg-deb -f "$DEBPATH" Package),请稍候...." -i /usr/share/icons/uos-packaging-tools.png
|
||||||
/usr/local/bin/ssaudit "$DEBPATH" | zenity --text-info --width=500 --height=500 --title="安装输出" --auto-scroll
|
/usr/local/bin/ssaudit "$DEBPATH" --native | zenity --text-info --width=500 --height=500 --title="安装输出" --auto-scroll
|
||||||
else
|
else
|
||||||
notify-send "$(dpkg-deb -f "$DEBPATH" Package) 的安装已取消" -i /usr/share/icons/uos-packaging-tools.png
|
notify-send "$(dpkg-deb -f "$DEBPATH" Package) 的安装已取消" -i /usr/share/icons/uos-packaging-tools.png
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user