diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-11-10 22:24:03 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-11-10 22:24:03 -0800 |
commit | 07b773ff585a926324a86fd320f0d5701be31594 (patch) | |
tree | 959f5233599b3717d32571dfd853c2b0de5df900 /scripts/linux | |
parent | 687d98e6a7c13fcd5e4bd9ceab5b2b9ac19191a7 (diff) | |
download | subsurface-07b773ff585a926324a86fd320f0d5701be31594.tar.gz |
Travis AppImage: remove more files that aren't needed
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts/linux')
-rw-r--r-- | scripts/linux/travisbuild.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/linux/travisbuild.sh b/scripts/linux/travisbuild.sh index 87a6c45eb..60ff29cde 100644 --- a/scripts/linux/travisbuild.sh +++ b/scripts/linux/travisbuild.sh @@ -27,6 +27,7 @@ mkdir -p appdir/usr/plugins/ mv appdir/usr/usr/local/Qt*/plugins/* appdir/usr/plugins # the usr/usr is not a typo - that's where it ends up mv appdir/usr/lib/grantlee/ appdir/usr/plugins/ rm -rf appdir/usr/home/ appdir/usr/include/ appdir/usr/share/man/ # No need to ship developer and man files as part of the AppImage +rm -rf appdir/usr/usr appdir/usr/lib/cmake appdir/usr/lib/pkgconfig appdir/usr/share/doc # get the linuxdeployqt tool and run it to collect the libraries wget -q -c "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage" |