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
|
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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user