소스 검색

Update rexm.c

Ray 1 주 전
부모
커밋
68a678a549
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      tools/rexm/rexm.c

+ 3 - 0
tools/rexm/rexm.c

@@ -1106,6 +1106,9 @@ int main(int argc, char *argv[])
 
                             exInfo->status &= ~VALID_MISSING_WEB_OUTPUT;
                             exInfo->status &= ~VALID_MISSING_WEB_METADATA;
+
+                            // Update source code header info
+                            UpdateSourceMetadata(TextFormat("%s/%s/%s.html", exBasePath, exInfo->category, exInfo->name), exInfo);
                         }
                     }
                 }