Skip to content

Commit 23881bc

Browse files
committed
don't include updater bin/build folder in dist
1 parent f082c0f commit 23881bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@
6565
<include name="examples/**" />
6666
<include name="icons/**" />
6767
<include name="theme/**" />
68-
<include name="tools/**" />
68+
<include name="tools/SDKUpdater/tool/**" />
69+
<include name="tools/SDKUpdater/src/**" />
6970
<include name="libraries/vr/library.properties" />
7071
<include name="libraries/vr/examples/**" />
7172
<include name="libraries/vr/gvrsdk/**" />

0 commit comments

Comments
 (0)