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:
3
mkimg.sh
3
mkimg.sh
@@ -53,8 +53,7 @@ cp runner.ini antos.AppDir/opt/www/
|
||||
# create binary tar.gz
|
||||
[ ! -d "build/$tag" ] && mkdir -p build/$tag
|
||||
cd antos.AppDir
|
||||
tar cvzf ../build/$tag/AntOS_$suffix.tar.gz
|
||||
|
||||
tar cvzf ../build/$tag/AntOS_$suffix.tar.gz .
|
||||
cd ../
|
||||
# AppRun
|
||||
cat << "EOF" >> antos.AppDir/AppRun
|
||||
|
Reference in New Issue
Block a user