chore: copy Minecraft.Client.self to EBOOT.BIN instead of moving.

fixes ps3 prodg debugger not finding the .self file.
This commit is contained in:
2026-07-12 13:18:33 +03:00
parent b871dbd23e
commit 407d232fe5
@@ -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 = @(