We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a91af2d commit fff7ddfCopy full SHA for fff7ddf
Src/Setup/BuildInstaller.bat
@@ -5,7 +5,7 @@ echo -- Building Installer (%CS_LANG_NAME_SHORT%)
5
echo --- HTML help
6
SET CS_ERROR=0
7
if NOT %CS_LANG_FOLDER%==English mklink /J ..\Localization\%CS_LANG_FOLDER%\images ..\Localization\English\images
8
- hhc ..\Localization\%CS_LANG_FOLDER%\OpenShell.hhp > nul
+ hhc ..\Localization\%CS_LANG_FOLDER%\OpenShell.hhp
9
@REM looks like hhc returns 0 for error, >0 for success
10
@if NOT ERRORLEVEL 1 @SET CS_ERROR=1
11
if NOT %CS_LANG_FOLDER%==English rmdir ..\Localization\%CS_LANG_FOLDER%\images
0 commit comments