Fix $PATH for creating AppImages

This commit is contained in:
tresf
2018-01-07 02:37:11 -05:00
parent 9547575c50
commit 9f08e285bb

View File

@@ -55,8 +55,8 @@ fi
echo -e "\nWriting verbose output to \"${LOGFILE}\""
# Ensure linuxdeployqt uses the same qmake version as cmake
export PATH
PATH="$HOME/bin:$(dirname "@QT_QMAKE_EXECUTABLE@")":$PATH
export PATH
# Fetch portable linuxdeployqt if cache is older than $DAYSOLD
echo -e "\nDownloading linuxdeployqt to ${LINUXDEPLOYQT}..."