Skip to content

Commit 7382f9b

Browse files
committed
Fix QML import path in AppImage build script
1 parent bc2bc46 commit 7382f9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/build_appimage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ pip3 install patchelf
6666
export PATH=$PATH:~/.local/bin
6767

6868
# Build AppImage
69-
export QML_SOURCES_PATHS=$repo_dir/src &&
69+
export QML_SOURCES_PATHS=$(pwd)/src &&
7070
export EXTRA_QT_PLUGINS="svg;" &&
7171
export LDAI_UPDATE_INFORMATION="${appimage_zsync_prefix}${app_name}*-${APPIMAGE_ARCH-$(arch)}.AppImage.zsync"
7272
echo "AppImage update information: ${LDAI_UPDATE_INFORMATION}"

0 commit comments

Comments
 (0)