All output files (bin, hex, image, dfu) contain the version of the project in their filename.

Update Docker build script accordingly.
Also fix permission issue with docker build (all files belonged to root).
This commit is contained in:
JF
2020-08-19 21:52:46 +02:00
parent 38418931f1
commit f197a3fe88
7 changed files with 49 additions and 26 deletions

1
.gitignore vendored
View File

@@ -3,3 +3,4 @@ cmake-build-*
core
sdk
src/Version.h
docker/build.sh