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:12:54 +02:00
parent b2dbaed519
commit 6ebee79c9d

View File

@ -83,3 +83,11 @@ 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