diff options
| author | Gabriel Morazan <176758048+GABO1423@users.noreply.github.com> | 2026-03-24 14:34:15 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-24 12:34:15 -0600 |
| commit | a161aa7c3f1a8dcdf77a3565444911e0087d25c2 (patch) | |
| tree | 5dc79854743c8c844f8d2a2ff7a4350f7022f39f /properties.h.in | |
| parent | f7aab65da475d3fc4661c166aa40f2692a8b3c52 (diff) | |
Fix Windows Build (#680)
Diffstat (limited to 'properties.h.in')
| -rw-r--r-- | properties.h.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/properties.h.in b/properties.h.in index 972f8fbe0..364e552e1 100644 --- a/properties.h.in +++ b/properties.h.in @@ -6,9 +6,9 @@ #define VER_PRODUCTVERSION_str "@CMAKE_PROJECT_VERSION_MAJOR@.@CMAKE_PROJECT_VERSION_MINOR@.@CMAKE_PROJECT_VERSION_PATCH@\0" #define VER_COMPANYNAME_STR "@PROJECT_TEAM@\0" -#define VER_PRODUCTNAME_STR "Spaghettikart\0" +#define VER_PRODUCTNAME_STR "SpaghettiKart\0" -#define VER_INTERNALNAME_STR "@PROJECT_NAME@\0" +#define VER_INTERNALNAME_STR "SpaghettiKart\0" #define VER_ORIGINALFILENAME_STR "@PROJECT_NAME@.exe\0" -#define VER_FILEDESCRIPTION_STR "Spaghettikart - @PROJECT_BUILD_NAME@\0" +#define VER_FILEDESCRIPTION_STR "SpaghettiKart - @PROJECT_BUILD_NAME@\0" |
