Skip to content

Commit

Permalink
Linux AppImage build script: Add QML dir for new 2.7 Tray menu
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Schuster <michael@schuster.ms>
  • Loading branch information
misch7 committed Jan 18, 2020
1 parent a35aa58 commit 7136d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/linux/build-appimage.sh
Expand Up @@ -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
./squashfs-root/AppRun ${DESKTOP_FILE} -bundle-non-qt-libs -qmldir=/build/desktop/src/gui

# Set origin
./squashfs-root/usr/bin/patchelf --set-rpath '$ORIGIN/' /app/usr/lib/libnextcloudsync.so.0
Expand Down

0 comments on commit 7136d92

Please sign in to comment.