From 1848add22cbc8c2366b930a97b76c3ee896039ef Mon Sep 17 00:00:00 2001 From: NamedKitten Date: Wed, 17 Oct 2018 08:25:03 +0100 Subject: [PATCH] Make less verbose. --- scripts/makeappimage.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/makeappimage.sh b/scripts/makeappimage.sh index f9167be..95ac05f 100755 --- a/scripts/makeappimage.sh +++ b/scripts/makeappimage.sh @@ -7,6 +7,7 @@ export PATH="/usr/lib/ccache:/usr/lib/ccache/bin:$PATH" bash scripts/build-mpv.sh export QML_SOURCES_PATHS=src/qml +export V=0 VERBOSE=0 qmake CONFIG+=release PREFIX=/usr make -j$(nproc)