From 0417f4993e91982f84b9ce6ebed4d0ecfbf644ea Mon Sep 17 00:00:00 2001 From: JosJuice Date: Sun, 5 Jun 2016 21:37:41 +0200 Subject: [PATCH] Do not include the Dolphin version in the install directory name This change was introduced for 4.0.1 and never ported to the master branch until now. It would be awkward to have 5.0 go back to the 4.0 behavior after we already changed the behavior once. --- Installer/Installer.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installer/Installer.nsi b/Installer/Installer.nsi index 7280a53f34..9ad325cf74 100644 --- a/Installer/Installer.nsi +++ b/Installer/Installer.nsi @@ -105,7 +105,7 @@ SetCompressor /SOLID lzma ; MUI end ------ -Name "${PRODUCT_NAME} ${PRODUCT_VERSION}" +Name "${PRODUCT_NAME}" !define UN_NAME "Uninstall $(^Name)" OutFile "dolphin-${DOLPHIN_ARCH}-${PRODUCT_VERSION}.exe" InstallDir "${BASE_INSTALL_DIR}\$(^Name)"