mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-20 11:56:31 +08:00
Make unzip less verbose in macOS
Change-Id: I83249f724ecbfeeb4fd5c1cd33a9c6195c590c4b Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
This commit is contained in:
@@ -76,7 +76,7 @@ function InstallAppFromCompressedFileFromURL {
|
|||||||
tar -xzf "$targetFile" --directory "$targetDirectory"
|
tar -xzf "$targetFile" --directory "$targetDirectory"
|
||||||
;;
|
;;
|
||||||
"zip")
|
"zip")
|
||||||
unzip "$targetFile" -d "$targetDirectory"
|
unzip -q "$targetFile" -d "$targetDirectory"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user