diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2019-06-12 13:24:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-12 13:24:30 +0200 |
commit | f65b0c6d89b19a722dd3948c859256dfb0cacb66 (patch) | |
tree | 5b234762763a88321fb563eb46948bfbddc4b7d5 | |
parent | 59a0d90f3aeec866cd00dc7a3c8c5ff977a40177 (diff) | |
parent | 93c00dfcd961a78a40ae436814c665f6c543eba4 (diff) |
Merge pull request #29679 from akien-mga/windows-res-desc
Remove "Editor" from Windows PE file description
-rw-r--r-- | platform/windows/godot_res.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/windows/godot_res.rc b/platform/windows/godot_res.rc index f2dca10d55..1fa8957f15 100644 --- a/platform/windows/godot_res.rc +++ b/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" |