Update 'mkimg.sh'
This commit is contained in:
parent
2a68ba97e3
commit
63988c3cc8
9
mkimg.sh
9
mkimg.sh
@ -23,10 +23,10 @@ case $arch in
|
||||
;;
|
||||
esac
|
||||
|
||||
wget --no-check-certificate -O appimagetool.AppImage https://github.com/AppImage/AppImageKit/releases/download/13/appimagetool-$archname.AppImage
|
||||
chmod +x appimagetool.AppImage
|
||||
wget --no-check-certificate -O appRun https://github.com/AppImage/AppImageKit/releases/download/13/AppRun-$archname
|
||||
chmod +x ./appRun
|
||||
|
||||
file appimagetool.AppImage
|
||||
file ./appRun
|
||||
|
||||
W="/var/jenkins_home/workspace/nightly-antosaio/build/"
|
||||
|
||||
@ -85,8 +85,7 @@ ln -sf /tmp/.antos_pkgcache antos.AppDir/opt/www/htdocs/os/packages/packages.jso
|
||||
|
||||
tree antos.AppDir
|
||||
|
||||
./appimagetool.AppImage --appimage-extract
|
||||
./squashfs-root/AppRun antos.AppDir build/AntOS_$archname-$tag.AppImage
|
||||
./appRun antos.AppDir build/AntOS_$archname-$tag.AppImage
|
||||
# clean up
|
||||
rm -rf squashfs-root
|
||||
rm appimagetool.AppImage
|
Loading…
Reference in New Issue
Block a user