Update 'mkimg.sh'
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:
parent
ed788e22f6
commit
fcb5e98b04
8
mkimg.sh
8
mkimg.sh
@ -83,3 +83,11 @@ cp runner.ini antos.AppDir/opt/www/
|
|||||||
tree antos.AppDir
|
tree antos.AppDir
|
||||||
|
|
||||||
./appimagetool.AppImage --runtime-file runtime-$archname antos.AppDir build/AntOS_$archname-$tag.AppImage
|
./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
|
||||||
|
Loading…
Reference in New Issue
Block a user