Skip to content

Commit 736e0f9

Browse files
committed
add properties file to distribution
1 parent c404c78 commit 736e0f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.xml

+3
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@
4444
<fileset dir="src" />
4545
</copy>
4646

47+
<copy file="library.properties" tofile="dist/tmp/library.properties" />
48+
49+
<delete file="dist/video.zip"/>
4750
<zip destfile="dist/video.zip"
4851
basedir="dist/tmp"
4952
excludes="**/.DS_Store"

0 commit comments

Comments
 (0)