Fix Windows resource script
This commit is contained in:
parent
8a01655db5
commit
0bc589a0c7
1 changed files with 2 additions and 2 deletions
|
@ -23,8 +23,8 @@ BEGIN
|
||||||
BLOCK "040904b0"
|
BLOCK "040904b0"
|
||||||
BEGIN
|
BEGIN
|
||||||
VALUE "CompanyName", "Godot Engine"
|
VALUE "CompanyName", "Godot Engine"
|
||||||
VALUE "FileDescription", _MKSTR(VERSION_NAME) " Editor (" _MKSTR(VERSION_STATUS) ")"
|
VALUE "FileDescription", _MKSTR(VERSION_NAME) " Editor"
|
||||||
VALUE "FileVersion", _MKSTR(VERSION_MAJOR),_MKSTR(VERSION_MINOR),_MKSTR(VERSION_PATCH)
|
VALUE "FileVersion", _MKSTR(VERSION_MAJOR) "." _MKSTR(VERSION_MINOR) "." _MKSTR(VERSION_PATCH)
|
||||||
VALUE "ProductName", _MKSTR(VERSION_NAME)
|
VALUE "ProductName", _MKSTR(VERSION_NAME)
|
||||||
VALUE "Licence", "MIT"
|
VALUE "Licence", "MIT"
|
||||||
VALUE "LegalCopyright", "Copyright (c) 2007-" _MKSTR(VERSION_YEAR) " Juan Linietsky, Ariel Manzur"
|
VALUE "LegalCopyright", "Copyright (c) 2007-" _MKSTR(VERSION_YEAR) " Juan Linietsky, Ariel Manzur"
|
||||||
|
|
Loading…
Reference in a new issue