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:
commit
c26eb14ba8
|
@ -105,7 +105,7 @@ SetCompressor /SOLID lzma
|
||||||
|
|
||||||
; MUI end ------
|
; MUI end ------
|
||||||
|
|
||||||
Name "${PRODUCT_NAME} ${PRODUCT_VERSION}"
|
Name "${PRODUCT_NAME}"
|
||||||
!define UN_NAME "Uninstall $(^Name)"
|
!define UN_NAME "Uninstall $(^Name)"
|
||||||
OutFile "dolphin-${DOLPHIN_ARCH}-${PRODUCT_VERSION}.exe"
|
OutFile "dolphin-${DOLPHIN_ARCH}-${PRODUCT_VERSION}.exe"
|
||||||
InstallDir "${BASE_INSTALL_DIR}\$(^Name)"
|
InstallDir "${BASE_INSTALL_DIR}\$(^Name)"
|
||||||
|
|
Loading…
Reference in New Issue