mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
Travis AppImage: don't delete the copyright info
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
053ca7f75c
commit
35c5016777
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +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
|
||||
rm -rf appdir/usr/usr appdir/usr/lib/cmake appdir/usr/lib/pkgconfig
|
||||
|
||||
# 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"
|
||||
|
|
Loading…
Add table
Reference in a new issue