mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-02-10 14:51:39 +00:00
Fixed the build script so it correctly calls HelpIndexer on OS X 10.5
This commit is contained in:
2
build.py
2
build.py
@@ -44,7 +44,7 @@ def main():
|
|||||||
if ui == 'cocoa':
|
if ui == 'cocoa':
|
||||||
if not dev:
|
if not dev:
|
||||||
print "Building help index"
|
print "Building help index"
|
||||||
os.system('open /Developer/Applications/Utilities/Help\\ Indexer.app --args {0}'.format(help_destpath))
|
os.system('open -a /Developer/Applications/Utilities/Help\\ Indexer.app {0}'.format(help_destpath))
|
||||||
|
|
||||||
print "Building dg_cocoa.plugin"
|
print "Building dg_cocoa.plugin"
|
||||||
if op.exists('build'):
|
if op.exists('build'):
|
||||||
|
|||||||
Reference in New Issue
Block a user