mirror of
https://gitee.com/spark-store-project/uos-packaging-tools
synced 2026-06-22 22:23:55 +08:00
init
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
if [ "$1" != "" ];then
|
||||
opt=$1
|
||||
else
|
||||
opt=`pwd`
|
||||
fi
|
||||
dpkg-deb -Z xz -b $opt $opt/..
|
||||
notify-send `basename $opt`打包完成 -i /usr/share/icons/uos-packaging-tools.png
|
||||
exit
|
||||
Reference in New Issue
Block a user