mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-11 22:18:54 +01:00
REXM: Reviewed example rename on examples.js
This commit is contained in:
@ -591,7 +591,8 @@ int main(int argc, char *argv[])
|
||||
FileTextReplace(TextFormat("%s/Makefile", exBasePath), exName, exRename);
|
||||
FileTextReplace(TextFormat("%s/Makefile.Web", exBasePath), exName, exRename);
|
||||
FileTextReplace(TextFormat("%s/README.md", exBasePath), exName, exRename);
|
||||
FileTextReplace(TextFormat("%s/../common/examples.js", exWebPath), exName, exRename);
|
||||
FileTextReplace(TextFormat("%s/../common/examples.js", exWebPath),
|
||||
exName + strlen(exCategory) + 1, exRename + strlen(exRecategory) + 1); // Skip category
|
||||
|
||||
// Edit: Rename example project and solution
|
||||
rename(TextFormat("%s/../projects/VS2022/examples/%s.vcxproj", exBasePath, exName),
|
||||
|
||||
Reference in New Issue
Block a user