From 0923f4fa3df0b6ab83a69a8c816ab9c6a59e97b0 Mon Sep 17 00:00:00 2001 From: Armel FAUVEAU Date: Thu, 11 Apr 2024 19:08:30 +0200 Subject: [PATCH] Fix for Windows users... --- compile-with-docker.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile-with-docker.bat b/compile-with-docker.bat index e1c888b..8c3cf90 100644 --- a/compile-with-docker.bat +++ b/compile-with-docker.bat @@ -1,4 +1,4 @@ @echo off docker build -t uvk5 . -docker run --rm -v %CD%\compiled-firmware:/app/compiled-firmware uvk5 /bin/bash -c "cd /app && make clean && make && cp firmware* compiled-firmware/" +docker run --rm -v %CD%\compiled-firmware:/app/compiled-firmware uvk5 /bin/bash -c "cd /app && make clean && make && cp f4hwn* compiled-firmware/" pause \ No newline at end of file