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

Jean-Baptiste Kempf git at videolan.org
Tue May 6 17:18:12 CEST 2014


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

Win32: DisplayName should not include the version

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

 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 44d48e7..c7c7027 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