Win32: DisplayName should not include the version

This commit is contained in:
Jean-Baptiste Kempf 2014-05-06 17:17:59 +02:00
parent 1a8240f599
commit d066747c9e
1 changed files with 1 additions and 1 deletions

View 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"