添加打包开始提示

This commit is contained in:
shenmo 2023-07-21 13:57:16 +08:00
parent 5829c7e227
commit 1b8be00011
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
Package: uos-packaging-tools Package: uos-packaging-tools
Version: 1.0.1 Version: 1.0.2
Architecture: all Architecture: all
Maintainer: shenmo<shenmo@spark-app.store> Maintainer: shenmo<shenmo@spark-app.store>
Installed-Size: 10 Installed-Size: 10

View File

@ -4,6 +4,7 @@ opt=$1
else else
opt=`pwd` opt=`pwd`
fi fi
notify-send `basename $opt`开始打包 -i /usr/share/icons/uos-packaging-tools.png
dpkg-deb -Z xz -b $opt $opt/.. dpkg-deb -Z xz -b $opt $opt/..
notify-send `basename $opt`打包完成 -i /usr/share/icons/uos-packaging-tools.png notify-send `basename $opt`打包完成 -i /usr/share/icons/uos-packaging-tools.png
exit exit