[vlc-commits] Win32: DisplayName should not include the version

Jean-Baptiste Kempf git at videolan.org
Tue Jul 22 23:59:19 CEST 2014


vlc/vlc-2.1 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue May  6 17:17:59 2014 +0200| [dac001344d69392cac7d260f62e6eed5c860f552] | committer: Jean-Baptiste Kempf

Win32: DisplayName should not include the version

(cherry picked from commit d066747c9e57494e2e9c8c22a7d18994b946a055)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.1.git/?a=commit;h=dac001344d69392cac7d260f62e6eed5c860f552
---

 extras/package/win32/NSIS/vlc.win32.nsi.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extras/package/win32/NSIS/vlc.win32.nsi.in b/extras/package/win32/NSIS/vlc.win32.nsi.in
index 0f00dbe..86520ce 100644
--- a/extras/package/win32/NSIS/vlc.win32.nsi.in
+++ b/extras/package/win32/NSIS/vlc.win32.nsi.in
@@ -38,7 +38,7 @@ Var UninstallLog
 ; General configuration ;
 ;;;;;;;;;;;;;;;;;;;;;;;;;
 
-Name "${PRODUCT_NAME} ${PRODUCT_VERSION}"
+Name "${PRODUCT_NAME}"
 @HAVE_WIN64_FALSE@ OutFile ..\vlc-${VERSION}-win32.exe
 @HAVE_WIN64_TRUE@  OutFile ..\vlc-${VERSION}-win64.exe
 InstallDir "$@PROGRAMFILES@\VideoLAN\VLC"



More information about the vlc-commits mailing list