Update 'mkimg.sh'
All checks were successful
gitea-sync/antos-appimage/pipeline/head This commit looks good

This commit is contained in:
dany 2022-10-04 10:17:48 +02:00
parent 6ebee79c9d
commit ed788e22f6

View File

@ -83,11 +83,3 @@ cp runner.ini antos.AppDir/opt/www/
tree antos.AppDir
./appimagetool.AppImage --runtime-file runtime-$archname antos.AppDir build/AntOS_$archname-$tag.AppImage
cd build
case $arch in
armv7l|arm)
mv AntOS_$archname-$tag.AppImage AntOS_armv7l-$tag.AppImage
;;
*)
;;
esac