mirror of
https://github.com/mpv-player/mpv
synced 2025-02-06 23:21:54 +00:00
win32: edit resource files, in particular set CompanyName
Setting CompanyName (probably) helps with issue #256. Update some other fields as well, because why not. (They're full of MPlayer remnants.)
This commit is contained in:
parent
ddca41bd54
commit
ee57f7fdae
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
version="0.0.9.0"
|
||||
processorArchitecture="*"
|
||||
name="mpv - The Movie Player"
|
||||
name="mpv - video player"
|
||||
type="win32"
|
||||
/>
|
||||
<description>mpv - The Movie Player</description>
|
||||
|
@ -32,13 +32,13 @@ FILETYPE VFT_APP
|
||||
BLOCK "000004b0" // LANG_NEUTRAL,UNICODE_CP
|
||||
{
|
||||
VALUE "Comments","mpv is distributed under the terms of the GNU General Public License Version 3.\000"
|
||||
VALUE "CompanyName", "\000"
|
||||
VALUE "FileDescription", "mpv - Movie Player\000"
|
||||
VALUE "CompanyName", "mpv\000"
|
||||
VALUE "FileDescription", "mpv - video player\000"
|
||||
VALUE "FileVersion",VERSION
|
||||
VALUE "LegalCopyright", " (C) 2000-2013 MPlayer Team and others\000"
|
||||
VALUE "LegalCopyright", " (C) 2000-2013 mpv/mplayer2/MPlayer\000"
|
||||
//VALUE "LegalTrademarks"," \000";
|
||||
VALUE "OriginalFilename", "mpv.exe\000"
|
||||
VALUE "ProductName", "mpv - The Movie Player\000"
|
||||
VALUE "ProductName", "mpv - video player\000"
|
||||
VALUE "ProductVersion",VERSION
|
||||
//VALUE "SpecialBuild","\000"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user