Version: correct the variable name 'name' to 'project-name'

This commit is contained in:
Darloli
2025-07-25 22:09:35 +08:00
committed by Carter Li
parent 2d1ae1b4c5
commit d2f2c76dfc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ static FFModuleBaseInfo ffModuleInfo = {
.generateJsonResult = (void*) ffGenerateVersionJsonResult,
.generateJsonConfig = (void*) ffGenerateVersionJsonConfig,
.formatArgs = FF_FORMAT_ARG_LIST(((FFModuleFormatArg[]) {
{"Project name", "name"},
{"Project name", "project-name"},
{"Version", "version"},
{"Version tweak", "version-tweak"},
{"Build type (debug or release)", "build-type"},