File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 8
8
9
9
set -e
10
10
11
- USERBIN=" $HOME /bin"
12
- LINUXDEPLOYQT=" $USERBIN /linuxdeployqt"
13
- APPIMAGETOOL=" $USERBIN /appimagetool"
11
+ LINUXDEPLOYQT=" @CMAKE_BINARY_DIR@/linuxdeployqt"
14
12
VERBOSITY=2 # 3=debug
15
13
LOGFILE=" @CMAKE_BINARY_DIR@/appimage.log"
16
14
APPDIR=" @CMAKE_BINARY_DIR@/@PROJECT_NAME_UCASE@.AppDir/"
@@ -71,12 +69,8 @@ elif ! find "$LINUXDEPLOYQT" -mtime -$DAYSOLD 2>/dev/null|grep -q "." > /dev/nul
71
69
touch " $LINUXDEPLOYQT "
72
70
success " Downloaded $LINUXDEPLOYQT "
73
71
" $LINUXDEPLOYQT " --appimage-extract > /dev/null 2>&1
74
- mv " squashfs-root/usr/bin/appimagetool" " $APPIMAGETOOL "
72
+ APPIMAGETOOL= " squashfs-root/usr/bin/appimagetool"
75
73
success " Extracted $APPIMAGETOOL "
76
- mv " squashfs-root/usr/bin/mksquashfs" " $USERBIN /mksquashfs"
77
- success " Extracted $USERBIN /mksquashfs"
78
- rm -rf " squashfs-root/"
79
-
80
74
else
81
75
skipped " $LINUXDEPLOYQT is less than $DAYSOLD days old"
82
76
fi
You can’t perform that action at this time.
0 commit comments