diff --git a/.ci/release_app.sh b/.ci/release_app.sh index 050f908..27201b3 100755 --- a/.ci/release_app.sh +++ b/.ci/release_app.sh @@ -14,6 +14,7 @@ echo "Release version set to ${RELEASE_VERSION}" which npm > /dev/null which gulp > /dev/null +which wget > /dev/null sed -ri 's/(.*)(.+)<\/version>/\1'${RELEASE_VERSION}'<\/version>/g' ${SRC_DIR}/appinfo/info.xml npm install