From 7c24e07fd8bb3b42d1e84818c02a08244b0d1734 Mon Sep 17 00:00:00 2001 From: Ronan Abhamon Date: Wed, 21 Mar 2018 19:46:42 +0100 Subject: [PATCH] chore(build): do not exclude git files in build_qt_tarball --- tools/build_qt_tarball | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build_qt_tarball b/tools/build_qt_tarball index e7c30b727..981b13154 100755 --- a/tools/build_qt_tarball +++ b/tools/build_qt_tarball @@ -66,4 +66,4 @@ fi -f cd .. -tar --transform "s/^qt5/qt-${QT_VERSION}/" --exclude .git -czvf qt-${QT_VERSION}.tar.gz qt5/ +tar --transform "s/^qt5/qt-${QT_VERSION}/" -czvf qt-${QT_VERSION}.tar.gz qt5/