Skip to content

Commit 96cfd0b

Browse files
authored
Merge pull request #7514 from nextcloud/backport/7509/stable-3.14
[stable-3.14] Update url to dowload linuxdeploy-plugin-qt tool latest version.
2 parents 48e5502 + d889d08 commit 96cfd0b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

admin/linux/build-appimage.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@ export LD_LIBRARY_PATH=/app/usr/lib:${QT_BASE_DIR}/lib:/usr/local/lib/x86_64-lin
7878

7979
# Use linuxdeploy-plugin-qt to deploy qt dependencies
8080
export APPIMAGE_NAME=linuxdeploy-plugin-qt-x86_64.AppImage
81-
# 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/2TDi3Md257Lb8Wf/download/linuxdeploy-plugin-qt-x86_64.AppImage"
81+
wget -O ${APPIMAGE_NAME} --ca-directory=/etc/ssl/certs -c "https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-x86_64.AppImage"
8382
chmod a+x ${APPIMAGE_NAME}
8483
./${APPIMAGE_NAME} --appimage-extract
8584
rm ./${APPIMAGE_NAME}

0 commit comments

Comments
 (0)