seems to have a problem with long current directory paths now...
so go to the root until i find out what's up here git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4780 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
61c0fbe1ea
commit
d218839885
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ def fix_html(target, source, env):
|
|||
return None
|
||||
|
||||
if build_chm:
|
||||
hhc_action = Action(r'hhc "%s\nsis.hhp"' % (build_dir))
|
||||
hhc_action = Action(r'cd \ && hhc "%s\nsis.hhp"' % (build_dir))
|
||||
execute = hhc_action.execute
|
||||
def rexecute(*args):
|
||||
return execute(*args) != 1 # hhc returns 1 on success
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue