From 3a0c8009af9a72186df110f9e214e73a3dab96d2 Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 3 Sep 2025 18:14:18 +0200 Subject: [PATCH] Update rexm.c --- tools/rexm/rexm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/rexm/rexm.c b/tools/rexm/rexm.c index db1e0fbf7..43da4d6f2 100644 --- a/tools/rexm/rexm.c +++ b/tools/rexm/rexm.c @@ -663,8 +663,8 @@ int main(int argc, char *argv[]) #endif // Update generated .html metadata char exHtmlPath[512] = { 0 }; - strcpy(exHtmlPath, TextFormat("%s/%s/%s.html", exBasePath, exCategory, exName)); // WARNING: Cache path for saving - UpdateWebMetadata(exHtmlPath, TextFormat("%s/%s/%s.c", exBasePath, exCategory, exName)); + strcpy(exHtmlPath, TextFormat("%s/%s/%s.html", exBasePath, exCategory, exRename)); // WARNING: Cache path for saving + UpdateWebMetadata(exHtmlPath, TextFormat("%s/%s/%s.c", exBasePath, exCategory, exRename)); // Copy results to web side FileCopy(TextFormat("%s/%s/%s.html", exBasePath, exRecategory, exRename),