1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2025-03-10 05:34:36 +00:00

Fixed the build script so it correctly calls HelpIndexer on OS X 10.5

This commit is contained in:
Virgil Dupras 2010-01-13 16:18:13 +01:00
parent 492c577184
commit 787c5d2189

View File

@ -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'):