1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2025-03-09 21:24: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:
hsoft 2009-12-16 10:10:18 +00:00
parent eb82a35e5b
commit 2b53a6e7d6

View File

@ -20,4 +20,4 @@ if op.exists('build'):
if op.exists('dist'):
shutil.rmtree('dist')
print_and_do('python -u setup.py py2app -A')
print_and_do('python -u setup.py py2app')