mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
fix(tools): update to new data repo for ps1 script
This commit is contained in:
@@ -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 ..
|
||||
|
||||
Reference in New Issue
Block a user