diff --git a/projects/tinyusb/build.sh b/projects/tinyusb/build.sh index 93f094573..ccb910507 100755 --- a/projects/tinyusb/build.sh +++ b/projects/tinyusb/build.sh @@ -22,5 +22,9 @@ do make -C $h get-deps make -C $h all cp $h/_build/$(basename $h) $OUT/ + corpus=$h/$(basename $h)_seed_corpus.zip + if test -f $corpus; then + cp $corpus $OUT/ + fi done