From 3c21710bea3bf98f6dcc27505c1a3c93545caeec Mon Sep 17 00:00:00 2001 From: Bartosz Cichocki Date: Mon, 15 Nov 2021 14:52:39 +0100 Subject: [PATCH] [EGD-7969] Fix assets script Luts were downloaded to the wrong directory --- cmake/modules/Assets.cmake | 1 - products/BellHybrid/assets.json | 2 +- products/PurePhone/assets.json | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/cmake/modules/Assets.cmake b/cmake/modules/Assets.cmake index ab2fe128316ef0fd6f2a6af367da28dedfe80704..da54010ec5bb7d927cd57bd14b8dd6d4a1f089aa 100644 --- a/cmake/modules/Assets.cmake +++ b/cmake/modules/Assets.cmake @@ -22,7 +22,6 @@ function(add_assets_target) ${_ASSETS_DEST_DIR} COMMAND rsync -qravu --delete ${_ASSETS_SOURCE_DIR}/assets - ${_ASSETS_SOURCE_DIR}/Luts.bin ${_ASSETS_SOURCE_DIR}/country-codes.db ${_ASSETS_DEST_DIR}/current COMMAND rsync -qravu --delete ${EXCLUDED} diff --git a/products/BellHybrid/assets.json b/products/BellHybrid/assets.json index f6ffcc121574c84ca1eafa13e9aab3876977cd15..13a9e4c5a3490d9a9f117b935cb4fac789a2ffdc 100644 --- a/products/BellHybrid/assets.json +++ b/products/BellHybrid/assets.json @@ -53,7 +53,7 @@ }, { "name": "./image/Luts.bin", - "output": "Luts.bin" + "output": "./image/Luts.bin" } ] } diff --git a/products/PurePhone/assets.json b/products/PurePhone/assets.json index fdbc941919c5a0757e8b3e60074d9ec89f01c45f..c2c4eef416f4151bbf5fd88773dfce96457c8af4 100644 --- a/products/PurePhone/assets.json +++ b/products/PurePhone/assets.json @@ -68,7 +68,7 @@ }, { "name": "./image/Luts.bin", - "output": "Luts.bin" + "output": "./image/Luts.bin" } ] }