change src_dir for converse shallow clone to vendor

This commit is contained in:
mose 2023-08-10 10:41:36 +08:00 committed by John Livingston
parent 1d03e29578
commit 32216ec164

View File

@ -8,7 +8,7 @@ CONVERSE_REPO="https://github.com/conversejs/converse.js.git"
rootdir="$(pwd)"
src_dir="$rootdir/conversejs"
converse_src_dir="$src_dir/conversejs-$CONVERSE_VERSION"
converse_src_dir="$rootdir/vendor/conversejs-$CONVERSE_VERSION"
converse_build_dir="$rootdir/build/conversejs"
converse_destination_dir="$rootdir/dist/client/conversejs"