mirror of
https://github.com/WB3000/nusdownloader.git
synced 2024-11-16 22:59:22 +01:00
RemoveFooter() on WAD creation.
This commit is contained in:
parent
eb6a8c9069
commit
f0a6219e1f
Binary file not shown.
@ -442,6 +442,7 @@ namespace libWiiSharp
|
||||
|
||||
fireDebug(" Creating WAD...");
|
||||
WAD wad = WAD.Create(cert, tik, tmd, contents);
|
||||
wad.RemoveFooter();
|
||||
wadName = wadName.Replace("[v]", this.TitleVersion.ToString());
|
||||
if (wadName.Contains(Path.DirectorySeparatorChar.ToString()) || wadName.Contains(Path.AltDirectorySeparatorChar.ToString()))
|
||||
wad.Save(wadName);
|
||||
|
Loading…
Reference in New Issue
Block a user