From e8f9a5b50549f268fcdae1701c8a1267b090742e Mon Sep 17 00:00:00 2001 From: Oleg Semyonov Date: Wed, 12 Dec 2012 20:26:11 +0200 Subject: [PATCH] [OP-759] More installer renames OpenPilot-20121211-15ef4d9f-win32.exe OpenPilot-20121211-15ef4d9f-amd64.deb OpenPilot-20121211-15ef4d9f-i386.deb OpenPilot-20121211-15ef4d9f-osx.dmg --- package/osx/package | 2 +- package/winx86/openpilotgcs.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/osx/package b/package/osx/package index 6733870c4..2731b540c 100755 --- a/package/osx/package +++ b/package/osx/package @@ -6,7 +6,7 @@ # more variables APP_PATH="${BUILD_DIR}/ground/openpilotgcs/bin/OpenPilot GCS.app" TEMP_FILE="${PACKAGE_DIR}/OpenPilot-temp.dmg" -OUT_FILE="${PACKAGE_DIR}/${PACKAGE_NAME}${PACKAGE_SEP}${PACKAGE_LBL}.dmg" +OUT_FILE="${PACKAGE_DIR}/../${PACKAGE_NAME}${PACKAGE_SEP}${PACKAGE_LBL}${PACKAGE_SEP}osx.dmg" VOL_NAME="OpenPilot" # prepare the stage diff --git a/package/winx86/openpilotgcs.tpl b/package/winx86/openpilotgcs.tpl index 4627bcaf1..f30158b4e 100644 --- a/package/winx86/openpilotgcs.tpl +++ b/package/winx86/openpilotgcs.tpl @@ -17,7 +17,7 @@ !define PACKAGE_SEP "${PACKAGE_SEP}" !define PACKAGE_DIR "..\..\build\package-$${PACKAGE_LBL}" !define FIRMWARE_DIR "firmware-$${PACKAGE_LBL}" -!define OUT_FILE "$${PACKAGE_NAME}$${PACKAGE_SEP}$${PACKAGE_LBL}$${PACKAGE_SEP}install.exe" +!define OUT_FILE "$${PACKAGE_NAME}$${PACKAGE_SEP}$${PACKAGE_LBL}$${PACKAGE_SEP}win32.exe" ; Installer version info !define PRODUCT_VERSION "0.0.0.0"