Update 'mkimg.sh'

This commit is contained in:
dany 2022-09-20 12:39:02 +02:00
parent b6300f1644
commit 2a68ba97e3

View File

@ -23,7 +23,7 @@ case $arch in
;;
esac
wget -O appimagetool.AppImage https://github.com/AppImage/AppImageKit/releases/download/13/appimagetool-$archname.AppImage
wget --no-check-certificate -O appimagetool.AppImage https://github.com/AppImage/AppImageKit/releases/download/13/appimagetool-$archname.AppImage
chmod +x appimagetool.AppImage
file appimagetool.AppImage