Browse Source

fix path creation for firmware in build.sh (#1753)

master
copyrights 5 years ago
committed by Max Prokhorov
parent
commit
08a4940344
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      code/build.sh

+ 1
- 1
code/build.sh View File

@ -117,7 +117,7 @@ build_webui() {
build_environments() { build_environments() {
echo "--------------------------------------------------------------" echo "--------------------------------------------------------------"
echo "Building firmware images..." echo "Building firmware images..."
mkdir -p ../firmware/espurna-$version
mkdir -p $destination/espurna-$version
for environment in $environments; do for environment in $environments; do
echo -n "* espurna-$version-$environment.bin --- " echo -n "* espurna-$version-$environment.bin --- "


Loading…
Cancel
Save