summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Bourdon <delroth@gmail.com>2016-06-05 22:06:19 +0200
committerPierre Bourdon <delroth@gmail.com>2016-06-05 22:06:19 +0200
commitc26eb14ba8fa95bb35e84db753ea833e725f535d (patch)
tree78d230095f8b1db4967d9307f349a3e9eec2a6fe
parentcd29de771306c00d703689d7b862fc61150940f8 (diff)
parent0417f4993e91982f84b9ce6ebed4d0ecfbf644ea (diff)
Merge pull request #3884 from JosJuice/install-directory-without-version
Do not include the Dolphin version in the install directory name
-rw-r--r--Installer/Installer.nsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/Installer/Installer.nsi b/Installer/Installer.nsi
index 9c9fa4910e..5094053197 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)"