Skip to content

Commit ffc9cf2

Browse files
camilasanmgallien
authored andcommitted
Use version of linuxdeploy-plugin-qt from PR in the project.
Fix for #7128. See linuxdeploy/linuxdeploy-plugin-qt#186. Signed-off-by: Camila Ayres <hello@camilasan.com>
1 parent ea27b29 commit ffc9cf2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

admin/linux/build-appimage.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ 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-
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"
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/TxcGkDiSs2enKoN/download/linuxdeploy-plugin-qt-x86_64.AppImage"
8283
chmod a+x ${APPIMAGE_NAME}
8384
./${APPIMAGE_NAME} --appimage-extract
8485
rm ./${APPIMAGE_NAME}

0 commit comments

Comments
 (0)