diff --git a/package/osx/OpenPilot.dmg b/package/osx/OpenPilot.dmg index 9d231cdf6..f0fa6fbc7 100644 Binary files a/package/osx/OpenPilot.dmg and b/package/osx/OpenPilot.dmg differ diff --git a/package/osx/package b/package/osx/package index 8a4860b5d..a4bc4e2c5 100755 --- a/package/osx/package +++ b/package/osx/package @@ -21,7 +21,9 @@ device=$(hdiutil attach "${TEMP_FILE}" | \ # packaging goes here cp -r "${APP_PATH}" "/Volumes/${VOL_NAME}" #cp -r "${FW_DIR}" "/Volumes/${VOL_NAME}/firmware" -cp "${FW_DIR}/fw_coptercontrol-${PACKAGE_LBL}.opfw" "/Volumes/${VOL_NAME}/firmware" +cp "${FW_DIR}/fw_coptercontrol-${PACKAGE_LBL}.opfw" "/Volumes/${VOL_NAME}/Firmware" + +cp "${BUILD_DIR}/uavobject-synthetics/matlab/OPLogConvert.m" "/Volumes/${VOL_NAME}/Utilities" cp "${ROOT_DIR}/HISTORY.txt" "/Volumes/${VOL_NAME}"