Commit db98be9a authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Win32: file description shouldn't have the version number

Close #12856
parent 511877e2
...@@ -19,7 +19,7 @@ BEGIN ...@@ -19,7 +19,7 @@ BEGIN
VALUE "InternalName", "vlc" VALUE "InternalName", "vlc"
VALUE "OriginalFilename", "vlc.exe" VALUE "OriginalFilename", "vlc.exe"
VALUE "FileVersion", "@VERSION@" VALUE "FileVersion", "@VERSION@"
VALUE "FileDescription", "VLC media player @VERSION@" VALUE "FileDescription", "VLC media player"
VALUE "LegalCopyright", "Copyright \251 @COPYRIGHT_YEARS@ VideoLAN and VLC Authors" VALUE "LegalCopyright", "Copyright \251 @COPYRIGHT_YEARS@ VideoLAN and VLC Authors"
VALUE "LegalTrademarks", "VLC media player, VideoLAN and x264 are registered trademarks from VideoLAN" VALUE "LegalTrademarks", "VLC media player, VideoLAN and x264 are registered trademarks from VideoLAN"
END END
......
...@@ -15,7 +15,7 @@ BEGIN ...@@ -15,7 +15,7 @@ BEGIN
VALUE "ProductName", "VLC media player" VALUE "ProductName", "VLC media player"
VALUE "ProductVersion", VERSION_NUMBER_STR VALUE "ProductVersion", VERSION_NUMBER_STR
VALUE "FileVersion", "@VERSION@" VALUE "FileVersion", "@VERSION@"
VALUE "FileDescription", "VLC media player @VERSION@" VALUE "FileDescription", "VLC media player"
VALUE "LegalCopyright", "Copyright \251 @COPYRIGHT_YEARS@ VideoLAN and VLC Authors" VALUE "LegalCopyright", "Copyright \251 @COPYRIGHT_YEARS@ VideoLAN and VLC Authors"
VALUE "LegalTrademarks", "VLC media player, VideoLAN and x264 are registered trademarks from VideoLAN" VALUE "LegalTrademarks", "VLC media player, VideoLAN and x264 are registered trademarks from VideoLAN"
END END
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment