We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa1fcb5 commit 0025f6bCopy full SHA for 0025f6b
Makefile
@@ -34,7 +34,7 @@ srczip:
34
(cd build && unzip -q aw-client-js.zip)
35
(cd build && unzip -q media.zip)
36
# zip the whole thing
37
- (cd build && zip -r aw-watcher-web.zip aw-watcher-web)
+ (cd build/aw-watcher-web && zip -r ../aw-watcher-web.zip *)
38
# clean up
39
(cd build && rm media.zip)
40
0 commit comments