chore: update postbuild paths
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user