feat(Orbis): make fpkgs not real pkgs

https://github.com/CyB1K/PS4-Fake-PKG-Tools-3.87
This commit is contained in:
2026-08-02 06:01:53 -04:00
parent e053df94bd
commit b5ad26ddba
2 changed files with 1 additions and 1 deletions
@@ -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"