From 407d232fe57177592c1b5dab54e7bae76826799a Mon Sep 17 00:00:00 2001 From: piebot Date: Sun, 12 Jul 2026 13:18:33 +0300 Subject: [PATCH] chore: copy Minecraft.Client.self to EBOOT.BIN instead of moving. fixes ps3 prodg debugger not finding the .self file. --- Minecraft.Client/Common/Postbuilds/PS3-postbuild.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = @(