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