1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-14 18:35:16 +01:00

Don't include the version number in the name of the windows installer

This commit is contained in:
David Sansome 2010-05-03 15:28:10 +00:00
parent 7b420b6845
commit 53919ca9c7

View File

@ -31,7 +31,7 @@ SetCompressor /SOLID lzma
!insertmacro MUI_LANGUAGE "English"
Name "${PRODUCT_NAME}"
OutFile "${PRODUCT_NAME}Setup-${PRODUCT_DISPLAY_VERSION_SHORT}.exe"
OutFile "${PRODUCT_NAME}Setup.exe"
InstallDir "${PRODUCT_INSTALL_DIR}"
ShowInstDetails show
ShowUnInstDetails show