fix(tools): update to new data repo for sh script

This commit is contained in:
Constrat
2025-11-05 11:48:55 +01:00
committed by GitHub
parent 0458fe9953
commit 871d87bfb1

View File

@@ -73,8 +73,8 @@ pids+=($!)
echo -e "\narknights-toolbox-update - Taiwan"
mkdir -p Overseas/tw/gamedata/excel
cd Overseas/tw/gamedata/excel
git clone --filter=blob:none --no-checkout --depth 1 -b data-tw \
"https://github.com/arkntools/arknights-toolbox-update" .
git clone --filter=blob:none --no-checkout --depth 1 -b main \
"https://github.com/arkntools/arknights-data-tw-for-maa" .
git checkout
} &
pids+=($!)