that's cute

This commit is contained in:
rusefi 2020-05-22 08:49:54 -04:00
parent 5c5c8afe9f
commit d107cdd20f
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ cp firmware/deliver/rusefi.bin %folder%
rem probably not needed cp firmware/build/rusefi.elf %folder%
cp firmware/deliver/rusefi.dfu %folder%
if [%bundle_name%] != [] (
if [%bundle_name%] neq [] (
cp %folder%/rusefi.dfu %folder%/rusefi_%bundle_name%.dfu
)