summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/build/verinfo.py
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2017-11-05 14:57:47 +0100
committer hap <happppp@users.noreply.github.com>2017-11-05 14:58:09 +0100
commit2c1b285889f299b4843b60dcd2d4d0aa95d6ea7e (patch)
tree928b69c12d8454dff376d4437324153e75bc230e /scripts/build/verinfo.py
parent15c8e7a169753473e9af090d4c7716bc449e7b7d (diff)
windows rc: use emulator name for description (this is the application title that shows up on task manager for example) (nw)
Diffstat (limited to 'scripts/build/verinfo.py')
-rw-r--r--scripts/build/verinfo.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/verinfo.py b/scripts/build/verinfo.py
index 31e59434ad4..237a96ac1c3 100644
--- a/scripts/build/verinfo.py
+++ b/scripts/build/verinfo.py
@@ -90,7 +90,7 @@ if build == "mess":
author = "MESS Team"
comments = "Multi Emulation Super System"
company_name = "MESS Team"
- file_description = "Multi Emulation Super System"
+ file_description = "MESS"
internal_name = "MESS"
original_filename = "MESS"
product_name = "MESS"
@@ -100,7 +100,7 @@ else:
author = "Nicola Salmoria and the MAME Team"
comments = "Multiple Emulator"
company_name = "MAME Team"
- file_description = "Multiple Emulator"
+ file_description = "MAME"
internal_name = "MAME" if build == "mame" else build
original_filename = "MAME" if build == "mame" else build
product_name = "MAME" if build == "mame" else build