style.css wasn't copied to the build directory
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4048 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
d7592d0f84
commit
980e93227e
1 changed files with 2 additions and 1 deletions
|
@ -86,7 +86,8 @@ if build_chm:
|
|||
else:
|
||||
html_builder = Builder(
|
||||
action = [
|
||||
Action('cd "%s" && "%s" ${SOURCES.abspath}' % (build_dir, halibut[0].abspath)),
|
||||
Copy(build_dir, '${SOURCE.dir}/../style.css'),
|
||||
Action('cd "%s" && "%s" ${SOURCES.abspath}' % (build_dir, halibut[0].abspath))
|
||||
]
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue