From 6ebee79c9d467ef1dc050ecd3f688275deaeebef Mon Sep 17 00:00:00 2001 From: dany Date: Tue, 4 Oct 2022 10:12:54 +0200 Subject: [PATCH] Update 'mkimg.sh' --- mkimg.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/mkimg.sh b/mkimg.sh index 952871c..abaa3b9 100755 --- a/mkimg.sh +++ b/mkimg.sh @@ -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