diff --git a/Minecraft.Client/Common/Postbuilds/PS3-postbuild.ps1 b/Minecraft.Client/Common/Postbuilds/PS3-postbuild.ps1 index f7daee91..008f3095 100644 --- a/Minecraft.Client/Common/Postbuilds/PS3-postbuild.ps1 +++ b/Minecraft.Client/Common/Postbuilds/PS3-postbuild.ps1 @@ -66,7 +66,7 @@ $destPath = Join-Path $destDir $newName if (Test-Path $builtFile) { New-Item -ItemType Directory -Path $destDir -Force | Out-Null - Move-Item -Path $builtFile -Destination $destPath -Force + Copy-Item -Path $builtFile -Destination $destPath -Force } $deleteDirs = @(