Skip to content

Commit

Permalink
Update build-appimage to add link path
Browse files Browse the repository at this point in the history
  • Loading branch information
streetpea committed Mar 16, 2024
1 parent 1c44396 commit e4ce72e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ chmod +x linuxdeploy-x86_64.AppImage
curl -L -O https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-x86_64.AppImage
chmod +x linuxdeploy-plugin-qt-x86_64.AppImage

export LD_LIBRARY_PATH="${QT_PATH}/${QT_VERSION}/gcc_64/lib:$LD_LIBRARY_PATH"
export LD_LIBRARY_PATH="${QT_PATH}/${QT_VERSION}/gcc_64/lib:$(pwd)/../build_appimage/third-party/cpp-steam-tools:$LD_LIBRARY_PATH"
export QML_SOURCES_PATHS="$(pwd)/../gui/src/qml"

./linuxdeploy-x86_64.AppImage \
Expand Down

0 comments on commit e4ce72e

Please sign in to comment.