]> git.sesse.net Git - vlc/commitdiff
Win32: DisplayName should not include the version
authorJean-Baptiste Kempf <jb@videolan.org>
Tue, 6 May 2014 15:17:59 +0000 (17:17 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 6 May 2014 15:17:59 +0000 (17:17 +0200)
extras/package/win32/NSIS/vlc.win32.nsi.in

index 44d48e769d7bd2dd89b54c2e3b200eb4e065d41d..c7c7027e944aa90f79705eb6f270156c8dabcecc 100644 (file)
@@ -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"