Merge pull request #836 from mkg20001/feat/unzip-quiet
feat: make unzip quiet
This commit is contained in:
commit
93af45c46d
1 changed files with 1 additions and 1 deletions
|
@ -661,7 +661,7 @@ class Buildozer(object):
|
|||
return
|
||||
|
||||
if archive.endswith('.zip'):
|
||||
self.cmd('unzip {}'.format(join(cwd, archive)), cwd=cwd)
|
||||
self.cmd('unzip -q {}'.format(join(cwd, archive)), cwd=cwd)
|
||||
return
|
||||
|
||||
raise Exception('Unhandled extraction for type {0}'.format(archive))
|
||||
|
|
Loading…
Add table
Reference in a new issue