Browse Source

Merge pull request #29679 from akien-mga/windows-res-desc

Remove "Editor" from Windows PE file description
Rémi Verschelde 6 years ago
parent
commit
f65b0c6d89
1 changed files with 1 additions and 1 deletions
  1. 1 1
      platform/windows/godot_res.rc

+ 1 - 1
platform/windows/godot_res.rc

@@ -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"