don't need to specify full path, just folder for dst

This commit is contained in:
Matthew Kennedy 2023-03-06 21:28:31 -08:00
parent b3c7f2a685
commit 9c7b9364c7
1 changed files with 2 additions and 2 deletions

View File

@ -43,5 +43,5 @@ xxd -i build/wideband_image.bin \
| cat <(echo -n "static const ") - \
> ${DELIVER_DIR}/wideband_image.h
cp ${DELIVER_DIR}/wideband_image_with_bl.bin ../for_rusefi/wideband_image_with_bl.bin
cp ${DELIVER_DIR}/wideband_image.h ../for_rusefi/wideband_image.h
cp ${DELIVER_DIR}/wideband_image_with_bl.bin ../for_rusefi/
cp ${DELIVER_DIR}/wideband_image.h ../for_rusefi/