Skip to content

Commit ca5a78d

Browse files
committed
build.sh: leave resulted image unzippped
1 parent 60c5329 commit ca5a78d

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

build.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,5 @@ qemu-system-arm \
7777
-nographic
7878
sync
7979

80-
echo " * compressing tuya-convert-os image"
8180
cp raspbian-lite.img tuya-convert-os.img
82-
zip tuya-convert-os.zip tuya-convert-os.img
83-
84-
echo " * tuya-convert-os.zip is ready"
81+
echo " * tuya-convert-os.img is ready"

tcfrontend/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11

2-
VERSION = '1.1.0'
2+
VERSION = '1.1.1'
3+

0 commit comments

Comments
 (0)