summaryrefslogtreecommitdiff
path: root/platform/windows
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2019-06-11 15:22:03 +0200
committerRémi Verschelde <rverschelde@gmail.com>2019-06-11 15:22:03 +0200
commit93c00dfcd961a78a40ae436814c665f6c543eba4 (patch)
tree98aee0025941fc82ce342470165de182be4e5752 /platform/windows
parent290032b68f5cc1f6c2cb410c2a90d81168c72a87 (diff)
Remove "Editor" from Windows PE file description
Closes #29569.
Diffstat (limited to 'platform/windows')
-rw-r--r--platform/windows/godot_res.rc2
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"