Update rexm.c

This commit is contained in:
Ray 2025-09-07 10:18:41 +02:00
parent 16a0b966c3
commit 68a678a549

View File

@ -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);
}
}
}