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
b2dbaed519
commit
6ebee79c9d
8
mkimg.sh
8
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
|
||||
|
Loading…
Reference in New Issue
Block a user