From 3bc0df7e4d11c8bc0b2c0dffbb27ae471d04f86f Mon Sep 17 00:00:00 2001 From: Constrat <56174894+Constrat@users.noreply.github.com> Date: Wed, 5 Nov 2025 11:48:47 +0100 Subject: [PATCH] fix(tools): update to new data repo for ps1 script --- tools/ResourceUpdater/clone_data_repo.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/ResourceUpdater/clone_data_repo.ps1 b/tools/ResourceUpdater/clone_data_repo.ps1 index eda7e96ac8..0ea4372dd5 100644 --- a/tools/ResourceUpdater/clone_data_repo.ps1 +++ b/tools/ResourceUpdater/clone_data_repo.ps1 @@ -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 ..