File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88
99set -e
1010
11- USERBIN=" $HOME /bin"
12- LINUXDEPLOYQT=" $USERBIN /linuxdeployqt"
13- APPIMAGETOOL=" $USERBIN /appimagetool"
11+ LINUXDEPLOYQT=" @CMAKE_BINARY_DIR@/linuxdeployqt"
1412VERBOSITY=2 # 3=debug
1513LOGFILE=" @CMAKE_BINARY_DIR@/appimage.log"
1614APPDIR=" @CMAKE_BINARY_DIR@/@PROJECT_NAME_UCASE@.AppDir/"
@@ -71,12 +69,8 @@ elif ! find "$LINUXDEPLOYQT" -mtime -$DAYSOLD 2>/dev/null|grep -q "." > /dev/nul
7169 touch " $LINUXDEPLOYQT "
7270 success " Downloaded $LINUXDEPLOYQT "
7371 " $LINUXDEPLOYQT " --appimage-extract > /dev/null 2>&1
74- mv " squashfs-root/usr/bin/appimagetool" " $APPIMAGETOOL "
72+ APPIMAGETOOL= " squashfs-root/usr/bin/appimagetool"
7573 success " Extracted $APPIMAGETOOL "
76- mv " squashfs-root/usr/bin/mksquashfs" " $USERBIN /mksquashfs"
77- success " Extracted $USERBIN /mksquashfs"
78- rm -rf " squashfs-root/"
79-
8074else
8175 skipped " $LINUXDEPLOYQT is less than $DAYSOLD days old"
8276fi
You can’t perform that action at this time.
0 commit comments