From 2b53a6e7d64c8b6ff82795888d3cd598ea5cd7fb Mon Sep 17 00:00:00 2001 From: hsoft Date: Wed, 16 Dec 2009 10:10:18 +0000 Subject: [PATCH] dgpe cocoa: removed the forgotten "-A" flag in bundle generation script. --HG-- extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40261 --- pe/cocoa/py/gen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pe/cocoa/py/gen.py b/pe/cocoa/py/gen.py index 98225454..bd44475f 100644 --- a/pe/cocoa/py/gen.py +++ b/pe/cocoa/py/gen.py @@ -20,4 +20,4 @@ if op.exists('build'): if op.exists('dist'): shutil.rmtree('dist') -print_and_do('python -u setup.py py2app -A') \ No newline at end of file +print_and_do('python -u setup.py py2app') \ No newline at end of file