1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-02-04 04:11:38 +00:00

dgpe cocoa: Made the help file generation process independent from the current work directory. Reverted XCode version of the project to 3.0 so that it can be compiled on Leopard.

--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40255
This commit is contained in:
hsoft
2009-12-15 12:52:21 +00:00
parent e2665610e9
commit d5a60b1580
4 changed files with 15 additions and 10 deletions

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')
print_and_do('python -u setup.py py2app -A')