Quiet macdeploy script.
This commit is contained in:
parent
3216f5b75e
commit
0186c87bae
8
dist/macdeploy.py
vendored
8
dist/macdeploy.py
vendored
@ -369,11 +369,11 @@ FixPlugin(FindGstreamerPlugin('gst-plugin-scanner'), '.')
|
||||
for plugin in QT_PLUGINS:
|
||||
FixPlugin(FindQtPlugin(plugin), os.path.dirname(plugin))
|
||||
|
||||
print 'Would run %d commands:' % len(commands)
|
||||
for command in commands:
|
||||
print ' '.join(command)
|
||||
|
||||
if len(sys.argv) <= 2:
|
||||
print 'Would run %d commands:' % len(commands)
|
||||
for command in commands:
|
||||
print ' '.join(command)
|
||||
|
||||
print 'OK?'
|
||||
raw_input()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user