From 55952514475ad16c52277e2af346424517ffebbf Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 9 Feb 2015 20:44:09 +0100 Subject: win32: fix/change application name Pointed out in #935 (again). --- osdep/mpv.exe.manifest | 2 +- osdep/mpv.rc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'osdep') diff --git a/osdep/mpv.exe.manifest b/osdep/mpv.exe.manifest index 41e28caf82..f7a45d6530 100644 --- a/osdep/mpv.exe.manifest +++ b/osdep/mpv.exe.manifest @@ -3,7 +3,7 @@ mpv - The Movie Player diff --git a/osdep/mpv.rc b/osdep/mpv.rc index 97c839c330..4a9d611bd7 100644 --- a/osdep/mpv.rc +++ b/osdep/mpv.rc @@ -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" } -- cgit v1.2.3