mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-03 22:56:49 +00:00
chore(build): do not exclude git files in build_qt_tarball
This commit is contained in:
parent
247208d64c
commit
7c24e07fd8
1 changed files with 1 additions and 1 deletions
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue