Skip to content

Commit e4d59fa

Browse files
camilasanrwalke
authored andcommitted
Update url to dowload linuxdeploy-plugin-qt tool latest version.
Fix linuxdeploy/linuxdeploy-plugin-qt#186 for Qt6 has been released. Signed-off-by: Camila Ayres <hello@camilasan.com> Signed-off-by: Rainer Walke <walke@demogr.mpg.de>
1 parent 6a68d89 commit e4d59fa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

admin/linux/build-appimage.sh

Lines changed: 1 addition & 2 deletions
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)