Fixed cocoa packaging.

--HG--
branch : xibless
This commit is contained in:
Virgil Dupras 2012-07-29 12:59:39 -04:00
parent 1fe42f673f
commit 292d993dce
1 changed files with 3 additions and 3 deletions

View File

@ -27,9 +27,9 @@ def parse_args():
def package_cocoa(edition, args):
app_path = {
'se': 'cocoa/se/dupeGuru.app',
'me': 'cocoa/me/dupeGuru ME.app',
'pe': 'cocoa/pe/dupeGuru PE.app',
'se': 'build/dupeGuru.app',
'me': 'build/dupeGuru ME.app',
'pe': 'build/dupeGuru PE.app',
}[edition]
package_cocoa_app_in_dmg(app_path, '.', args)