Skip to content

Commit

Permalink
Fixed positional argument in pwsh
Browse files Browse the repository at this point in the history
  • Loading branch information
Thesola10 committed Mar 29, 2022
1 parent aba0f7b commit fb73f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extract_nsp.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

md .\work

.\3rdparty\hactool.exe -x $1 --pfs0dir=.\work -t pfs0
.\3rdparty\hactool.exe -x $args[0] --pfs0dir=.\work -t pfs0
.\3rdparty\hactool.exe -x .\work\97105c79474118d294c8808a22f39bd3.nca `
--titlekey=$(Format-Hex -Path .\work\0100d12014fc2000000000000000000b.tik -Count 16 -Offset 0x180) `
--romfsdir=.\work
Expand Down

0 comments on commit fb73f49

Please sign in to comment.