mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-09 21:24:36 +00:00
Fixed cocoa packaging.
--HG-- branch : xibless
This commit is contained in:
parent
1fe42f673f
commit
292d993dce
@ -27,9 +27,9 @@ def parse_args():
|
|||||||
|
|
||||||
def package_cocoa(edition, args):
|
def package_cocoa(edition, args):
|
||||||
app_path = {
|
app_path = {
|
||||||
'se': 'cocoa/se/dupeGuru.app',
|
'se': 'build/dupeGuru.app',
|
||||||
'me': 'cocoa/me/dupeGuru ME.app',
|
'me': 'build/dupeGuru ME.app',
|
||||||
'pe': 'cocoa/pe/dupeGuru PE.app',
|
'pe': 'build/dupeGuru PE.app',
|
||||||
}[edition]
|
}[edition]
|
||||||
package_cocoa_app_in_dmg(app_path, '.', args)
|
package_cocoa_app_in_dmg(app_path, '.', args)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user