Skip to content

Commit 569a694

Browse files
authored
Merge pull request #7439 from nextcloud/bugfix/appimage
Update share link for AppImage tool.
2 parents 6af7f81 + 817a161 commit 569a694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/linux/build-appimage.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export LD_LIBRARY_PATH=/app/usr/lib:${QT_BASE_DIR}/lib:/usr/local/lib/x86_64-lin
7979
# Use linuxdeploy-plugin-qt to deploy qt dependencies
8080
export APPIMAGE_NAME=linuxdeploy-plugin-qt-x86_64.AppImage
8181
# TODO: this share link is supposed to be a workaround, we need an url pointing to github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/tag/continuous, see github.com/linuxdeploy/linuxdeploy-plugin-qt/pull/186
82-
wget -O ${APPIMAGE_NAME} --ca-directory=/etc/ssl/certs -c "https://cloud.nextcloud.com/s/TxcGkDiSs2enKoN/download/linuxdeploy-plugin-qt-x86_64.AppImage"
82+
wget -O ${APPIMAGE_NAME} --ca-directory=/etc/ssl/certs -c "https://cloud.nextcloud.com/s/2TDi3Md257Lb8Wf/download/linuxdeploy-plugin-qt-x86_64.AppImage"
8383
chmod a+x ${APPIMAGE_NAME}
8484
./${APPIMAGE_NAME} --appimage-extract
8585
rm ./${APPIMAGE_NAME}

0 commit comments

Comments
 (0)