1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00

[OP-758] Move Windows installer package into the build directory

This commit is contained in:
Oleg Semyonov 2012-12-10 16:00:03 +02:00
parent 78c002e911
commit 5a66f64551

View File

@ -64,7 +64,7 @@
!include "${GCS_BUILD_TREE}\openpilotgcs.nsh"
Name "${PRODUCT_NAME}"
OutFile "${PACKAGE_DIR}\${OUT_FILE}"
OutFile "${PACKAGE_DIR}\..\${OUT_FILE}"
VIProductVersion ${PRODUCT_VERSION}
VIAddVersionKey "ProductName" "${INSTALLER_NAME}"