Merge pull request #29679 from akien-mga/windows-res-desc
Remove "Editor" from Windows PE file description
This commit is contained in:
commit
f65b0c6d89
|
@ -21,7 +21,7 @@ BEGIN
|
||||||
BLOCK "040904b0"
|
BLOCK "040904b0"
|
||||||
BEGIN
|
BEGIN
|
||||||
VALUE "CompanyName", "Godot Engine"
|
VALUE "CompanyName", "Godot Engine"
|
||||||
VALUE "FileDescription", VERSION_NAME " Editor"
|
VALUE "FileDescription", VERSION_NAME
|
||||||
VALUE "FileVersion", VERSION_NUMBER
|
VALUE "FileVersion", VERSION_NUMBER
|
||||||
VALUE "ProductName", VERSION_NAME
|
VALUE "ProductName", VERSION_NAME
|
||||||
VALUE "Licence", "MIT"
|
VALUE "Licence", "MIT"
|
||||||
|
|
Loading…
Reference in New Issue