mirror of
https://github.com/arsenetar/dupeguru.git
synced 2024-12-08 21:49:02 +00:00
Fixed package.py which was broken since the xcode template change.
This commit is contained in:
parent
8551fc23fe
commit
978fd383e8
@ -26,9 +26,9 @@ def main():
|
||||
print "Packaging dupeGuru {0} with UI {1}".format(edition.upper(), ui)
|
||||
if ui == 'cocoa':
|
||||
app_path = {
|
||||
'se': 'cocoa/se/build/Release/dupeGuru.app',
|
||||
'me': 'cocoa/me/build/Release/dupeGuru ME.app',
|
||||
'pe': 'cocoa/pe/build/Release/dupeGuru PE.app',
|
||||
'se': 'cocoa/se/build/release/dupeGuru.app',
|
||||
'me': 'cocoa/me/build/release/dupeGuru ME.app',
|
||||
'pe': 'cocoa/pe/build/release/dupeGuru PE.app',
|
||||
}[edition]
|
||||
build_dmg(app_path, '.')
|
||||
elif ui == 'qt':
|
||||
|
Loading…
Reference in New Issue
Block a user