File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 64
64
bash scripts/build_and_bundle.sh
65
65
66
66
# Build AppImages
67
- wget https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage
67
+ wget -q https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage
68
68
chmod +x linuxdeployqt-continuous-x86_64.AppImage
69
69
./linuxdeployqt-continuous-x86_64.AppImage AppDir/Insight.desktop -bundle-non-qt-libs
70
70
73
73
bash scripts/purge_unwanted.sh
74
74
75
75
# Don't know why I did this in the past but "If it runs then why change?" xD :D
76
- wget -O AppDir/AppRun https://github.com/AppImage/AppImageKit/releases/download/continuous/AppRun-x86_64
76
+ wget -q - O AppDir/AppRun https://github.com/AppImage/AppImageKit/releases/download/continuous/AppRun-x86_64
77
77
chmod +x AppDir/AppRun
78
78
79
79
wget https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage
Original file line number Diff line number Diff line change 7
7
# -------------------------------
8
8
#
9
9
install_dir=$( pwd) /AppDir
10
- autoconf
11
10
cd insight
11
+ autoconf
12
12
chmod +x configure
13
13
./configure --prefix=/usr/. \
14
14
--disable-binutils \
You can’t perform that action at this time.
0 commit comments