Skip to content

Commit cb1b5f4

Browse files
committed
Fixed the output path for the WebHelp generation in CompileHelp.bat.
1 parent 406574f commit cb1b5f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CompileHelp.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
pushd %~dp0Documentation
33

44
"C:\Program Files (x86)\HelpSmith\helpsmith.exe" CodeGen.hsm /hh=CodeGen.chm /nc
5-
"C:\Program Files (x86)\HelpSmith\helpsmith.exe" CodeGen.hsm /wh="Web Help" /nc
5+
"C:\Program Files (x86)\HelpSmith\helpsmith.exe" CodeGen.hsm /wh="WebHelp" /nc
66

77
popd

0 commit comments

Comments
 (0)