Skip to content

Commit

Permalink
Fixed directory name in repack_scrpt.cpk.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
Thesola10 committed Apr 1, 2022
1 parent d91a955 commit 1aec729
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions repack_scrpt.cpk.ps1
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
md -p .\work\Data\StreamingAssets\scrpt.cpk.contents
md -p .\out\contents\0100D12014FC200\romfs\Data\StreamingAssets
md -p .\out\contents\0100D12014FC2000\romfs\Data\StreamingAssets

python3 .\inucode.py

.\3rdparty\cpkmakec.exe `
.\work\Data\StreamingAssets\scrpt.cpk.contents `
.\out\contents\0100D12014FC200\romfs\Data\StreamingAssets\scrpt.cpk `
.\out\contents\0100D12014FC2000\romfs\Data\StreamingAssets\scrpt.cpk `
-mode=FILENAME `
-code=UTF-8 `
-align=2048
Expand Down

0 comments on commit 1aec729

Please sign in to comment.