mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-10 13:44:37 +00:00
Fixed the build script so it correctly calls HelpIndexer on OS X 10.5
This commit is contained in:
parent
492c577184
commit
787c5d2189
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'):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user