summaryrefslogtreecommitdiff
path: root/Installer
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2016-06-05 21:37:41 +0200
committerJosJuice <josjuice@gmail.com>2016-06-05 21:37:41 +0200
commit0417f4993e91982f84b9ce6ebed4d0ecfbf644ea (patch)
tree431d8889a30acce1c66da8ec85fc4bc2b3f2206f /Installer
parent00c21e7859e2939232d8c88dc308884e8e5878df (diff)
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.
Diffstat (limited to 'Installer')
-rw-r--r--Installer/Installer.nsi2
1 files changed, 1 insertions, 1 deletions
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)"