Commit 9d0f67f2 authored by Mircea Bardac's avatar Mircea Bardac

generate installer in build dir


git-svn-id: svn+ssh://svn.psi-im.org/home/psi/svn/win-installer/trunk@24 2d3a5ac0-73f9-4639-b284-2310bd1da355
parent bd0ad352
......@@ -96,9 +96,9 @@ BrandingText "- ${APPNAMEANDVERSION} installer - build ${INSTALLER_BUILD} / Inst
Name "${APPNAMEANDVERSION}"
InstallDir "$PROGRAMFILES\Psi"
!ifdef BUILD_WITH_LANGPACKS
OutFile "${LCAPPNAME}-${APPFULLVERSION}-win-setup.exe"
OutFile "${APP_BUILD}${LCAPPNAME}-${APPFULLVERSION}-win-setup.exe"
!else
OutFile "${LCAPPNAME}-${APPFULLVERSION}-win-setup-base.exe"
OutFile "${APP_BUILD}${LCAPPNAME}-${APPFULLVERSION}-win-setup-base.exe"
!endif
InstallDirRegKey HKLM "Software\Affinix\${APPNAME}" ""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment