Skip to content

Commit 3703c66

Browse files
committed
include build script
Signed-off-by: Umair Khan <[email protected]>
1 parent a9beb7a commit 3703c66

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.sh

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/sh
2+
rm dist/video_android.zip
3+
ant dist
4+
rm -rf ~/sketchbook/libraries/video_android/
5+
unzip dist/video_android.zip -d ~/sketchbook/libraries/

0 commit comments

Comments
 (0)