mirror of
https://git.neolegacy.dev/pieeebot/cafeberry.git
synced 2026-09-24 20:01:19 +00:00
chore: update postbuild paths
This commit is contained in:
@@ -59,7 +59,7 @@ $destPath = Join-Path $destDir $newName
|
|||||||
|
|
||||||
if (Test-Path $builtFile) {
|
if (Test-Path $builtFile) {
|
||||||
New-Item -ItemType Directory -Path $destDir -Force | Out-Null
|
New-Item -ItemType Directory -Path $destDir -Force | Out-Null
|
||||||
Move-Item -Path $builtFile -Destination $destPath -Force
|
Copy-Item -Path $builtFile -Destination $destPath -Force
|
||||||
}
|
}
|
||||||
|
|
||||||
$deleteDirs = @(
|
$deleteDirs = @(
|
||||||
@@ -84,8 +84,8 @@ foreach ($dir in $deleteDirs) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$delDirs = @(
|
$delDirs = @(
|
||||||
"Common\Media",
|
"PS4_GAME\Common\Media",
|
||||||
"Common\Media\font"
|
"PS4_GAME\Common\Media\font"
|
||||||
)
|
)
|
||||||
|
|
||||||
foreach ($dir in $delDirs) {
|
foreach ($dir in $delDirs) {
|
||||||
|
|||||||
@@ -91,8 +91,8 @@ foreach ($dir in $deleteDirs) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$delDirs = @(
|
$delDirs = @(
|
||||||
"Common\Media",
|
"PS3_GAME\USRDIR\Common\Media",
|
||||||
"Common\Media\font"
|
"PS3_GAME\USRDIR\Common\Media\font"
|
||||||
)
|
)
|
||||||
|
|
||||||
foreach ($dir in $delDirs) {
|
foreach ($dir in $delDirs) {
|
||||||
|
|||||||
@@ -57,7 +57,7 @@ $destPath = Join-Path $destDir $newName
|
|||||||
|
|
||||||
if (Test-Path $builtFile) {
|
if (Test-Path $builtFile) {
|
||||||
New-Item -ItemType Directory -Path $destDir -Force | Out-Null
|
New-Item -ItemType Directory -Path $destDir -Force | Out-Null
|
||||||
Move-Item -Path $builtFile -Destination $destPath -Force
|
Copy-Item -Path $builtFile -Destination $destPath -Force
|
||||||
}
|
}
|
||||||
|
|
||||||
$deleteDirs = @(
|
$deleteDirs = @(
|
||||||
@@ -82,8 +82,8 @@ foreach ($dir in $deleteDirs) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$delDirs = @(
|
$delDirs = @(
|
||||||
"Common\Media",
|
"PSVITA_GAME\Common\Media",
|
||||||
"Common\Media\font"
|
"PSVITA_GAME\Common\Media\font"
|
||||||
)
|
)
|
||||||
|
|
||||||
foreach ($dir in $delDirs) {
|
foreach ($dir in $delDirs) {
|
||||||
|
|||||||
Reference in New Issue
Block a user