mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
fix: resupd clone data script wrong location
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
$initialLocation = Get-Location
|
||||
$scriptRoot = $PSScriptRoot
|
||||
|
||||
New-Item -ItemType Directory -Path "x64/Release/" -Force | Out-Null
|
||||
Set-Location "x64/Release/"
|
||||
New-Item -ItemType Directory -Path "$scriptRoot/x64/Release/" -Force | Out-Null
|
||||
Set-Location "$scriptRoot/x64/Release/"
|
||||
|
||||
if (Test-Path -Path "Official") { Remove-Item "Official" -Recurse -Force }
|
||||
if (Test-Path -Path "Overseas") { Remove-Item "Overseas" -Recurse -Force }
|
||||
|
||||
Reference in New Issue
Block a user