mirror of
https://github.com/holub/mame
synced 2025-04-15 21:16:28 +03:00
windows rc: use emulator name for description (this is the application title that shows up on task manager for example) (nw)
This commit is contained in:
parent
15c8e7a169
commit
2c1b285889
@ -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
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
|
||||
<assemblyIdentity version="1.0.0.0" processorArchitecture="*" name="MAME" type="win32" />
|
||||
<description>Multiple Emulator</description>
|
||||
<description>MAME</description>
|
||||
<dependency>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" publicKeyToken="6595b64144ccf1df" language="*" processorArchitecture="*"/>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
|
||||
<assemblyIdentity version="1.0.0.0" processorArchitecture="*" name="MESS" type="win32" />
|
||||
<description>Multi Emulator Super System</description>
|
||||
<description>MESS</description>
|
||||
<dependency>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" publicKeyToken="6595b64144ccf1df" language="*" processorArchitecture="*"/>
|
||||
|
Loading…
Reference in New Issue
Block a user