From ec0f47e9e38c9f1a3c03e95558373f94099529f6 Mon Sep 17 00:00:00 2001 From: Hyunjin Song Date: Wed, 7 Mar 2018 23:27:28 +0900 Subject: [PATCH] Fix AppImage tool path --- cmake/linux/package_linux.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/linux/package_linux.sh.in b/cmake/linux/package_linux.sh.in index 60442aff0..61afe35a0 100644 --- a/cmake/linux/package_linux.sh.in +++ b/cmake/linux/package_linux.sh.in @@ -52,7 +52,7 @@ fi echo -e "\nWriting verbose output to \"${LOGFILE}\"" # Ensure linuxdeployqt uses the same qmake version as cmake -export PATH="$HOME/bin:$(dirname "@QT_QMAKE_EXECUTABLE@")":$PATH +export PATH="$(pwd -P)/squashfs-root/usr/bin:$(dirname "@QT_QMAKE_EXECUTABLE@")":$PATH # Fetch portable linuxdeployqt if cache is older than $DAYSOLD echo -e "\nDownloading linuxdeployqt to ${LINUXDEPLOYQT}..."