File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,6 @@ task dist {
64
64
FileUtils . copyDirectory(file(" icons" ), file(" $root /icons" ))
65
65
FileUtils . copyDirectory(file(" mode" ), file(" $root /mode" ))
66
66
FileUtils . copyDirectory(file(" theme" ), file(" $root /theme" ))
67
- FileUtils . copyDirectory(file(" tools" ), file(" $root /tools" ))
68
67
69
68
Files . copy(file(" $buildDir /libs/processing-android.jar" ). toPath(),
70
69
file(" $root /mode/AndroidMode.jar" ). toPath(), REPLACE_EXISTING );
@@ -76,6 +75,11 @@ task dist {
76
75
77
76
Files . copy(file(" mode.properties" ). toPath(),
78
77
file(" $root /mode.properties" ). toPath(), REPLACE_EXISTING );
78
+
79
+ FileUtils . copyDirectory(file(" tools/SDKUpdater/tool" ),
80
+ file(" $root /tools/SDKUpdater/tool" ))
81
+ FileUtils . copyDirectory(file(" tools/SDKUpdater/src" ),
82
+ file(" $root /tools/SDKUpdater/src" ))
79
83
80
84
FileUtils . copyDirectory(file(" libraries/vr/examples" ),
81
85
file(" $root /libraries/vr/examples" ))
You can’t perform that action at this time.
0 commit comments