diff --git a/README.md b/README.md index 29a0e13..5e11537 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # windup-local-build-scripts -Useful scripts to build locally all projects involving the MTA CLI and Web UI +Useful scripts to build locally all projects involving the WINDUP CLI and Web UI The scripts within this repository should be executed from the parent directory of the local repositories, i.e. the parent directory of windup, windup-distribution, etc. diff --git a/build_cli.sh b/build_cli.sh index 1131f47..bf367c9 100755 --- a/build_cli.sh +++ b/build_cli.sh @@ -15,5 +15,6 @@ cd .. cd windup-distribution $MVN_COMMAND || exit 1 -cd target -unzip mta-cli-*.zip +cd windup-cli/target +unzip windup-cli-*.zip +unzip windup-cli-*-offline.zip diff --git a/build_web.sh b/build_web.sh index 7fd38ba..966e43a 100755 --- a/build_web.sh +++ b/build_web.sh @@ -19,4 +19,4 @@ $MVN_COMMAND || exit 1 cd target -unzip mta-web-*.zip +unzip windup-web-*.zip