mirror of
https://github.com/libretro/RetroArch
synced 2024-12-28 09:29:16 +00:00
travis: unzip quietly so build log is not truncated
This commit is contained in:
parent
c64a75c58a
commit
a48cc2f9b5
@ -21,7 +21,7 @@ echo "Downloading assets..."
|
||||
|
||||
cd RetroArch.app/Contents/Resources/
|
||||
curl -O http://bot.libretro.com/assets/frontend/bundle.zip
|
||||
unzip -o bundle.zip
|
||||
unzip -q -o bundle.zip
|
||||
rm -rf bundle.zip
|
||||
|
||||
echo "Creating DMG image..."
|
||||
|
Loading…
Reference in New Issue
Block a user