From 53919ca9c73dcf2b0ef8ac303ecd9a151ba9fc70 Mon Sep 17 00:00:00 2001 From: David Sansome Date: Mon, 3 May 2010 15:28:10 +0000 Subject: [PATCH] Don't include the version number in the name of the windows installer --- dist/windows/clementine.nsi.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/windows/clementine.nsi.in b/dist/windows/clementine.nsi.in index ec18338a0..ebc7a8f7f 100644 --- a/dist/windows/clementine.nsi.in +++ b/dist/windows/clementine.nsi.in @@ -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