1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-21 23:36:58 +00:00

win32: fix/change application name

Pointed out in #935 (again).
This commit is contained in:
wm4 2015-02-09 20:44:09 +01:00
parent 2187323e58
commit 5595251447
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
<assemblyIdentity
version="0.0.9.0"
processorArchitecture="*"
name="mpv - video player"
name="mpv"
type="win32"
/>
<description>mpv - The Movie Player</description>

View File

@ -33,12 +33,12 @@ FILETYPE VFT_APP
{
VALUE "Comments","mpv is distributed under the terms of the GNU General Public License Version 2 or later.\000"
VALUE "CompanyName", "mpv\000"
VALUE "FileDescription", "mpv - video player\000"
VALUE "FileDescription", "mpv\000"
VALUE "FileVersion",VERSION
VALUE "LegalCopyright", " (C) 2000-2015 mpv/mplayer2/MPlayer\000"
//VALUE "LegalTrademarks"," \000";
VALUE "OriginalFilename", "mpv.exe\000"
VALUE "ProductName", "mpv - video player\000"
VALUE "ProductName", "mpv\000"
VALUE "ProductVersion",VERSION
//VALUE "SpecialBuild","\000"
}