mirror of
https://gitee.com/spark-store-project/uos-packaging-tools
synced 2025-10-09 11:22:22 +08:00
添加打包开始提示
This commit is contained in:
parent
5829c7e227
commit
1b8be00011
@ -1,5 +1,5 @@
|
||||
Package: uos-packaging-tools
|
||||
Version: 1.0.1
|
||||
Version: 1.0.2
|
||||
Architecture: all
|
||||
Maintainer: shenmo<shenmo@spark-app.store>
|
||||
Installed-Size: 10
|
||||
|
@ -4,6 +4,7 @@ opt=$1
|
||||
else
|
||||
opt=`pwd`
|
||||
fi
|
||||
notify-send `basename $opt`开始打包 -i /usr/share/icons/uos-packaging-tools.png
|
||||
dpkg-deb -Z xz -b $opt $opt/..
|
||||
notify-send `basename $opt`打包完成 -i /usr/share/icons/uos-packaging-tools.png
|
||||
exit
|
||||
|
Loading…
x
Reference in New Issue
Block a user