Skip to content

Commit 0535e0a

Browse files
committed
Merge branch 'rsh'
2 parents 7fcf0c1 + 2a4d148 commit 0535e0a

22 files changed

+1640
-186
lines changed

Makefile

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,11 @@ build-%: fs/index.html.gz fs/style.css.gz
6262
$(MOS) build --platform=$(PLATFORM) --build-var=MODEL=$* \
6363
--build-dir=$(BUILD_DIR) --binary-libs-dir=./binlibs $(MOS_BUILD_FLAGS_FINAL)
6464
ifeq "$(RELEASE)" "1"
65-
dir=releases/`jq -r .build_version $(BUILD_DIR)/gen/build_info.json`$(RELEASE_SUFFIX) && \
66-
mkdir -p $$dir && \
67-
cp -v $(BUILD_DIR)/fw.zip $$dir/shelly-homekit-$*.zip && \
68-
cp -v $(BUILD_DIR)/objs/*.elf $$dir/shelly-homekit-$*.elf
65+
[ $(PLATFORM) = ubuntu ] || \
66+
(dir=releases/`jq -r .build_version $(BUILD_DIR)/gen/build_info.json`$(RELEASE_SUFFIX) && \
67+
mkdir -p $$dir && \
68+
cp -v $(BUILD_DIR)/fw.zip $$dir/shelly-homekit-$*.zip && \
69+
cp -v $(BUILD_DIR)/objs/*.elf $$dir/shelly-homekit-$*.elf)
6970
endif
7071

7172
format:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ See [here](https://github.com/mongoose-os-apps/shelly-homekit/wiki/Development)
4444

4545
Alternatively, you can support the project by donating:
4646

47-
[![Donate via PayPal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=6KPSKWJDHVLB4)
47+
[![Donate via PayPal](https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=6KPSKWJDHVLB4)
4848

4949
## Authors
5050

fs/index.html.gz

1.5 KB
Binary file not shown.

fs/style.css.gz

8 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)