diff --git a/admin/linux/build-appimage.sh b/admin/linux/build-appimage.sh index c61bbea3c1..07a91398cb 100755 --- a/admin/linux/build-appimage.sh +++ b/admin/linux/build-appimage.sh @@ -104,7 +104,7 @@ export QML_SOURCES_PATHS=${DESKTOP_CLIENT_ROOT}/src/gui # Workaround issue #103 and #7231 export APPIMAGETOOL=appimagetool-x86_64.AppImage -wget -O ${APPIMAGETOOL} --ca-directory=/etc/ssl/certs -c https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage +wget -O ${APPIMAGETOOL} --ca-directory=/etc/ssl/certs -c https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-x86_64.AppImage chmod a+x ${APPIMAGETOOL} rm -rf ./squashfs-root ./${APPIMAGETOOL} --appimage-extract