Skip to content

Commit 0025f6b

Browse files
committed
build: fixed Makefile
1 parent fa1fcb5 commit 0025f6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ srczip:
3434
(cd build && unzip -q aw-client-js.zip)
3535
(cd build && unzip -q media.zip)
3636
# zip the whole thing
37-
(cd build && zip -r aw-watcher-web.zip aw-watcher-web)
37+
(cd build/aw-watcher-web && zip -r ../aw-watcher-web.zip *)
3838
# clean up
3939
(cd build && rm media.zip)
4040

0 commit comments

Comments
 (0)