chore: update postbuild paths

This commit is contained in:
2026-07-13 18:24:03 -04:00
parent 2d3fb87a1a
commit 976f55c46d
3 changed files with 8 additions and 8 deletions
@@ -59,7 +59,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 = @(
@@ -84,8 +84,8 @@ foreach ($dir in $deleteDirs) {
}
$delDirs = @(
"Common\Media",
"Common\Media\font"
"PS4_GAME\Common\Media",
"PS4_GAME\Common\Media\font"
)
foreach ($dir in $delDirs) {
@@ -91,8 +91,8 @@ foreach ($dir in $deleteDirs) {
}
$delDirs = @(
"Common\Media",
"Common\Media\font"
"PS3_GAME\USRDIR\Common\Media",
"PS3_GAME\USRDIR\Common\Media\font"
)
foreach ($dir in $delDirs) {
@@ -57,7 +57,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 = @(
@@ -82,8 +82,8 @@ foreach ($dir in $deleteDirs) {
}
$delDirs = @(
"Common\Media",
"Common\Media\font"
"PSVITA_GAME\Common\Media",
"PSVITA_GAME\Common\Media\font"
)
foreach ($dir in $delDirs) {