Remove "Editor" from Windows PE file description

Closes #29569.
This commit is contained in:
Rémi Verschelde 2019-06-11 15:22:03 +02:00
parent 290032b68f
commit 93c00dfcd9

View file

@ -21,7 +21,7 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "CompanyName", "Godot Engine"
VALUE "FileDescription", VERSION_NAME " Editor"
VALUE "FileDescription", VERSION_NAME
VALUE "FileVersion", VERSION_NUMBER
VALUE "ProductName", VERSION_NAME
VALUE "Licence", "MIT"