diff --git a/compile-with-docker.sh b/compile-with-docker.sh index a7f5801..bf393b9 100755 --- a/compile-with-docker.sh +++ b/compile-with-docker.sh @@ -13,5 +13,5 @@ fi echo "Custom compilation..." docker run --rm -v "${PWD}/compiled-firmware/:/app/compiled-firmware" $IMAGE_NAME /bin/bash -c "mkdir -p compiled-firmware; rm ./compiled-firmware/*; cd /app && make -s \ EDITION_STRING=Custom \ - TARGET=f4hwn.custom \ - && cp f4hwn.custom* compiled-firmware/" \ No newline at end of file + TARGET=f4hwn \ + && cp f4hwn* compiled-firmware/" \ No newline at end of file