script improvement

This commit is contained in:
rusefillc 2023-12-24 11:30:22 -05:00
parent 43341f8ae9
commit 69adc81263
1 changed files with 6 additions and 2 deletions

View File

@ -93,8 +93,12 @@ cp -r misc/install/STM32_Programmer_CLI $CONSOLE_FOLDER
cp firmware/deliver/rusefi.bin $FOLDER
cp firmware/deliver/rusefi.dfu $FOLDER
# just for now - DFU work in progress
cp firmware/deliver/rusefi.hex $FOLDER
if [ -e firmware/deliver/rusefi.hex ]; then
# just for now - DFU work in progress
cp firmware/deliver/rusefi.hex $FOLDER
fi
if [ -e firmware/deliver/rusefi.elf ]; then
# ELF is useful for debug bundles
cp firmware/deliver/rusefi.elf $FOLDER