This is an automated email from the ASF dual-hosted git repository.
sergeykamov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
The following commit(s) were added to refs/heads/master by this push:
new 59d4ddb prepare.sh fixes.
59d4ddb is described below
commit 59d4ddb566d3856c210aa5527b7fbc5795ddc04e
Author: Sergey Kamov <[email protected]>
AuthorDate: Fri May 7 22:00:30 2021 +0300
prepare.sh fixes.
---
bin/prepare.sh | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/bin/prepare.sh b/bin/prepare.sh
index de295f8..33a3520 100755
--- a/bin/prepare.sh
+++ b/bin/prepare.sh
@@ -116,6 +116,11 @@ function cpExample() {
}
rsync -avzq "${stanfordModule}"/target/*.jar ${zipDir}/${tmpDir}/build
--exclude '*-sources.jar'
+
+mkdir -p ${zipDir}/${tmpDir}/build/"${exampleMinecraftMod}"
+rsync -avzq "${exampleMinecraftMod}"/assets/*.jar
${zipDir}/${tmpDir}/build/"${exampleMinecraftMod}"
+cp "${exampleMinecraftMod}"/src/main/resources/nlpcraft-settings.json
${zipDir}/${tmpDir}/build/"${exampleMinecraftMod}"
+
cpExample ${exampleAlarm}
cpExample ${exampleEcho}
cpExample ${exampleHelloworld}