Skip to content

Commit

Permalink
fix compilation of AppImage packages
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu Gallien <[email protected]>
  • Loading branch information
mgallien committed Apr 22, 2024
1 parent efb9547 commit b938481
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion admin/linux/build-appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ mkdir build-client
cd build-client
cmake \
-G Ninja \
-DQT_MAJOR_VERSION=6 \
-DCMAKE_PREFIX_PATH=/opt/qt6.6.3 \
-DOPENSSL_ROOT_DIR=/usr/local/lib64 \
-DCMAKE_INSTALL_PREFIX=/usr \
-DBUILD_TESTING=OFF \
-DBUILD_UPDATER=$BUILD_UPDATER \
Expand Down

0 comments on commit b938481

Please sign in to comment.