~aleteoryx/muditaos

83b2a8e4cdd0be01ffdb178eea77a3961418094c — Bartosz Cichocki 4 years ago d7dc17c
[EGD-7969] Fix assets script

Luts were downloaded to the wrong directory
3 files changed, 2 insertions(+), 3 deletions(-)

M cmake/modules/Assets.cmake
M products/BellHybrid/assets.json
M products/PurePhone/assets.json
M cmake/modules/Assets.cmake => cmake/modules/Assets.cmake +0 -1
@@ 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}

M products/BellHybrid/assets.json => products/BellHybrid/assets.json +1 -1
@@ 53,7 53,7 @@
        },
        {
            "name": "./image/Luts.bin",
            "output": "Luts.bin"
            "output": "./image/Luts.bin"
        }
    ]
}

M products/PurePhone/assets.json => products/PurePhone/assets.json +1 -1
@@ 68,7 68,7 @@
        },
        {
            "name": "./image/Luts.bin",
            "output": "Luts.bin"
            "output": "./image/Luts.bin"
        }
    ]
}