mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-10 05:34:36 +00:00
dgpe cocoa: removed the forgotten "-A" flag in bundle generation script.
--HG-- extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40261
This commit is contained in:
parent
eb82a35e5b
commit
2b53a6e7d6
@ -20,4 +20,4 @@ if op.exists('build'):
|
|||||||
if op.exists('dist'):
|
if op.exists('dist'):
|
||||||
shutil.rmtree('dist')
|
shutil.rmtree('dist')
|
||||||
|
|
||||||
print_and_do('python -u setup.py py2app -A')
|
print_and_do('python -u setup.py py2app')
|
Loading…
x
Reference in New Issue
Block a user