Skip to content

Commit

Permalink
Fix back slash
Browse files Browse the repository at this point in the history
  • Loading branch information
Xzonn committed Jun 11, 2024
1 parent beb277f commit b8f8329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_patch.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ python ..\..\bin\3dstools\bcfnt.py -c -y -f ..\patch102\font\seurapro_13_13.bcfn
Pop-Location

# FIXME: Remove top.arc to avoid the game crash
Remove-Item "\temp\patch102\facility\pack\top.arc" -Force
Remove-Item "temp\patch102\facility\pack\top.arc" -Force

# Repack cpk
& $cpkmakec "temp\patch102" "out\00040000001CBE00\romfs\patch102.cpk" -mode=FILENAME -forcecompress

0 comments on commit b8f8329

Please sign in to comment.