mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-05-11 19:19:49 +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)
|
print "Packaging dupeGuru {0} with UI {1}".format(edition.upper(), ui)
|
||||||
if ui == 'cocoa':
|
if ui == 'cocoa':
|
||||||
app_path = {
|
app_path = {
|
||||||
'se': 'cocoa/se/build/Release/dupeGuru.app',
|
'se': 'cocoa/se/build/release/dupeGuru.app',
|
||||||
'me': 'cocoa/me/build/Release/dupeGuru ME.app',
|
'me': 'cocoa/me/build/release/dupeGuru ME.app',
|
||||||
'pe': 'cocoa/pe/build/Release/dupeGuru PE.app',
|
'pe': 'cocoa/pe/build/release/dupeGuru PE.app',
|
||||||
}[edition]
|
}[edition]
|
||||||
build_dmg(app_path, '.')
|
build_dmg(app_path, '.')
|
||||||
elif ui == 'qt':
|
elif ui == 'qt':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user