update build script
All checks were successful
gitea-sync/antos-deb/pipeline/head This commit looks good
All checks were successful
gitea-sync/antos-deb/pipeline/head This commit looks good
This commit is contained in:
parent
046304fab4
commit
32b05ad5de
@ -36,7 +36,7 @@ esac
|
|||||||
|
|
||||||
echo "build ANTOS deb package for version $TAG, architecture $ARCH"
|
echo "build ANTOS deb package for version $TAG, architecture $ARCH"
|
||||||
|
|
||||||
DIR="build/$TAG"
|
DIR="build/"
|
||||||
FILE="AntOS_${archname}.deb"
|
FILE="AntOS_${archname}.deb"
|
||||||
NAME="AntOS_${TAG}_${archname}"
|
NAME="AntOS_${TAG}_${archname}"
|
||||||
|
|
||||||
@ -62,6 +62,8 @@ tree .
|
|||||||
cd ../
|
cd ../
|
||||||
dpkg-deb --build $NAME
|
dpkg-deb --build $NAME
|
||||||
|
|
||||||
ls -al .
|
mv $NAME.deb $DIR
|
||||||
|
|
||||||
|
tree $DIR
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user