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

This commit is contained in:
Constrat
2025-11-05 11:48:47 +01:00
committed by GitHub
parent dec2d2fef2
commit 3bc0df7e4d

View File

@@ -64,8 +64,8 @@ $jobs += Start-Job -ScriptBlock {
# Job for cloning and checking out the Taiwan repository
$jobs += Start-Job -ScriptBlock {
Write-Host "`narknights-toolbox-update - Taiwan"
git clone --filter=blob:none --no-checkout --depth 1 -b data-tw `
"https://github.com/arkntools/arknights-toolbox-update" Overseas/tw/gamedata/excel
git clone --filter=blob:none --no-checkout --depth 1 -b main `
"https://github.com/arkntools/arknights-data-tw-for-maa" Overseas/tw/gamedata/excel
Set-Location Overseas/tw/gamedata/excel
git checkout
Set-Location ..