diff --git a/Minecraft.Client/Common/Postbuilds/Executables/gengp4_app.exe b/Minecraft.Client/Common/Postbuilds/Executables/gengp4_app.exe deleted file mode 100644 index e8e8dd04..00000000 Binary files a/Minecraft.Client/Common/Postbuilds/Executables/gengp4_app.exe and /dev/null differ diff --git a/Minecraft.Client/Common/Postbuilds/Orbis-postbuild.ps1 b/Minecraft.Client/Common/Postbuilds/Orbis-postbuild.ps1 index 5c61bbf3..057864de 100644 --- a/Minecraft.Client/Common/Postbuilds/Orbis-postbuild.ps1 +++ b/Minecraft.Client/Common/Postbuilds/Orbis-postbuild.ps1 @@ -110,7 +110,7 @@ foreach ($dir in $delDirs) { $tools = Join-Path $env:SCE_ROOT_DIR "\ORBIS\Tools\Publishing Tools\bin" $pkgSrc = Join-Path $OutDir "PS4_GAME" -$genGp4 = Join-Path $ProjectDir "Common\Postbuilds\Executables\gengp4_app.exe" +$genGp4 = Join-Path $tools "gengp4_app.exe" $pubCmd = Join-Path $tools "orbis-pub-cmd.exe" $pkgPath = Join-Path $OutDir "Minecraft.Client.pkg"