Commit 7c24e07f authored by Ronan Abhamon's avatar Ronan Abhamon

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

parent 247208d6
......@@ -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/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment