fix archive generation bug
All checks were successful
gitea-sync/antos-appimage/pipeline/head This commit looks good
All checks were successful
gitea-sync/antos-appimage/pipeline/head This commit looks good
This commit is contained in:
parent
11dd8003a5
commit
f2a109a03d
3
mkimg.sh
3
mkimg.sh
@ -53,8 +53,7 @@ cp runner.ini antos.AppDir/opt/www/
|
|||||||
# create binary tar.gz
|
# create binary tar.gz
|
||||||
[ ! -d "build/$tag" ] && mkdir -p build/$tag
|
[ ! -d "build/$tag" ] && mkdir -p build/$tag
|
||||||
cd antos.AppDir
|
cd antos.AppDir
|
||||||
tar cvzf ../build/$tag/AntOS_$suffix.tar.gz
|
tar cvzf ../build/$tag/AntOS_$suffix.tar.gz .
|
||||||
|
|
||||||
cd ../
|
cd ../
|
||||||
# AppRun
|
# AppRun
|
||||||
cat << "EOF" >> antos.AppDir/AppRun
|
cat << "EOF" >> antos.AppDir/AppRun
|
||||||
|
Loading…
Reference in New Issue
Block a user