浏览代码

Fix NoContentsHtm mode.

Martijn Laan 1 年之前
父节点
当前提交
aef17e1987
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ISHelp/ISHelpGen/ISHelpGen.dpr

+ 1 - 1
ISHelp/ISHelpGen/ISHelpGen.dpr

@@ -1017,7 +1017,7 @@ begin
     var Postfix := ParamStr(2);
     OutputDir := SourceDir + 'Staging' + Postfix + '\';
 
-    NoContentsHtm := not FileExists(SourceDir + 'contents-template.htm');
+    NoContentsHtm := not FileExists(OutputDir + 'contents-template.htm');
     if NoContentsHtm then
       Writeln('Running in NoContentsHtm mode');