mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2025-04-18 14:50:49 +08:00
Fix another small error in c-dist
This commit is contained in:
parent
b60b1447d5
commit
83a9fd8f98
@ -9,7 +9,7 @@ if [ -n "${cdist_version#*-}" ]; then
|
||||
cdist_path_version="${cdist_version%%-*}-SNAPSHOT"
|
||||
fi
|
||||
url="https://maven.enginehub.org/repo/org/enginehub/crowdin/crowdin-distributor/$cdist_path_version/crowdin-distributor-$cdist_version-bundle.zip"
|
||||
mkdir ./build
|
||||
[ -d ./build ] || mkdir ./build
|
||||
curl "$url" >./build/cdist.zip
|
||||
(cd ./build && unzip -o cdist.zip)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user