fix archive generation bug
All checks were successful
gitea-sync/antos-appimage/pipeline/head This commit looks good

This commit is contained in:
dany 2022-10-05 20:14:34 +02:00
parent 11dd8003a5
commit f2a109a03d

View File

@ -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