mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Travis: stop wget verbose output from flooding log
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
577bf57ddf
commit
687d98e6a7
2 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ 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
|
||||
|
||||
# get the linuxdeployqt tool and run it to collect the libraries
|
||||
wget -c "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage"
|
||||
wget -q -c "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage"
|
||||
chmod a+x linuxdeployqt*.AppImage
|
||||
unset QTDIR
|
||||
unset QT_PLUGIN_PATH
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue