Add $HOME/bin to PATH
Circumvent change in appimagetool, per AppImage/AppImageKit#592
This commit is contained in:
@@ -54,7 +54,7 @@ fi
|
||||
echo -e "\nWriting verbose output to \"${LOGFILE}\""
|
||||
|
||||
# Ensure linuxdeployqt uses the same qmake version as cmake
|
||||
export PATH="$(dirname "@QT_QMAKE_EXECUTABLE@")":$PATH
|
||||
export PATH="$HOME/bin:$(dirname "@QT_QMAKE_EXECUTABLE@")":$PATH
|
||||
|
||||
# Fetch portable linuxdeployqt if cache is older than $DAYSOLD
|
||||
echo -e "\nDownloading linuxdeployqt to ${LINUXDEPLOYQT}..."
|
||||
|
||||
Reference in New Issue
Block a user