Merge pull request #3884 from JosJuice/install-directory-without-version

Do not include the Dolphin version in the install directory name
This commit is contained in:
Pierre Bourdon 2016-06-05 22:06:19 +02:00
commit c26eb14ba8
1 changed files with 1 additions and 1 deletions

View File

@ -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)"