Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Schuster <48932272+misch7@users.noreply.github.com>2020-01-19 14:43:32 +0300
committerGitHub <noreply@github.com>2020-01-19 14:43:32 +0300
commit36e281316958681eb28ed153c5e32c3b007aef9c (patch)
tree1ba5e5d01e375a2bd6b1cb8b8dedbb47a3bf7479
parentf4febe04bc63537429d4de952c3119973d90bc2f (diff)
parent35f8103b40a1cadca7521a77b2c8404bae8465c4 (diff)
Merge pull request #1737 from nextcloud/appimage-qmlfix
Testing fix for qmldir import with linuxdeployqt AppImage
-rwxr-xr-xadmin/linux/build-appimage.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/linux/build-appimage.sh b/admin/linux/build-appimage.sh
index 4bee63c80..cf704fb5e 100755
--- a/admin/linux/build-appimage.sh
+++ b/admin/linux/build-appimage.sh
@@ -91,7 +91,7 @@ chmod a+x linuxdeployqt*.AppImage
rm ./linuxdeployqt-continuous-x86_64.AppImage
unset QTDIR; unset QT_PLUGIN_PATH ; unset LD_LIBRARY_PATH
export LD_LIBRARY_PATH=/app/usr/lib/
-./squashfs-root/AppRun ${DESKTOP_FILE} -bundle-non-qt-libs -qmldir=/build/desktop/src/gui
+./squashfs-root/AppRun ${DESKTOP_FILE} -bundle-non-qt-libs -qmldir=$DRONE_WORKSPACE/src/gui
# Set origin
./squashfs-root/usr/bin/patchelf --set-rpath '$ORIGIN/' /app/usr/lib/libnextcloudsync.so.0