Skip to content

Commit 2274bfc

Browse files
committed
copies the languages files the distribution package
1 parent a6c05d9 commit 2274bfc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,9 @@ task dist {
111111
Files.copy(file("mode/mode.properties").toPath(),
112112
file("${root}/mode.properties").toPath(), REPLACE_EXISTING);
113113

114+
FileUtils.copyDirectory(file("mode/languages"),
115+
file("${root}/languages"))
116+
114117
FileUtils.copyDirectory(file("mode/tools/SDKUpdater/tool"),
115118
file("${root}/tools/SDKUpdater/tool"))
116119
FileUtils.copyDirectory(file("mode/tools/SDKUpdater/src"),

0 commit comments

Comments
 (0)