chore(build): do not exclude git files in build_qt_tarball

This commit is contained in:
Ronan Abhamon 2018-03-21 19:46:42 +01:00
parent 247208d64c
commit 7c24e07fd8

View file

@ -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/