Skip to content

Commit 2fda47f

Browse files
committed
Merge branch 'garage_door'
2 parents 9bf4172 + 3ac9a75 commit 2fda47f

19 files changed

+803
-104
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ build-%: fs/index.html.gz fs/style.css.gz
6464
ifeq "$(RELEASE)" "1"
6565
[ $(PLATFORM) = ubuntu ] || \
6666
(dir=releases/`jq -r .build_version $(BUILD_DIR)/gen/build_info.json`$(RELEASE_SUFFIX) && \
67-
mkdir -p $$dir && \
67+
mkdir -p $$dir/elf && \
6868
cp -v $(BUILD_DIR)/fw.zip $$dir/shelly-homekit-$*.zip && \
69-
cp -v $(BUILD_DIR)/objs/*.elf $$dir/shelly-homekit-$*.elf)
69+
cp -v $(BUILD_DIR)/objs/*.elf $$dir/elf/shelly-homekit-$*.elf)
7070
endif
7171

7272
format:

fs/index.html.gz

822 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)