1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2025-02-05 11:57:41 +01:00

Change outfile

This commit is contained in:
Jonas Kvinge 2019-01-05 13:07:41 +01:00
parent a734ed8dfe
commit d5fffc3641

View File

@ -48,7 +48,7 @@ SetCompressor /SOLID lzma
!insertmacro MUI_LANGUAGE "English" ;first language is the default language !insertmacro MUI_LANGUAGE "English" ;first language is the default language
Name "${PRODUCT_NAME}" Name "${PRODUCT_NAME}"
OutFile "${PRODUCT_NAME}Setup-${PRODUCT_DISPLAY_VERSION}-Debug.exe" OutFile "${PRODUCT_NAME}Setup-${PRODUCT_DISPLAY_VERSION}-Debug-x86.exe"
InstallDir "${PRODUCT_INSTALL_DIR}" InstallDir "${PRODUCT_INSTALL_DIR}"
; Get the path where Strawberry was installed previously and set it as default path ; Get the path where Strawberry was installed previously and set it as default path