mirror of
https://github.com/stuff-by-3-random-dudes/UWUVCI-AIO-WPF
synced 2024-11-10 13:44:13 +00:00
Fixed file names, and order
This commit is contained in:
parent
50277193a4
commit
c766431d31
1 changed files with 2 additions and 2 deletions
|
@ -2166,9 +2166,9 @@ namespace UWUVCI_AIO_WPF
|
|||
var lastModDirect = new DirectoryInfo("psbout").GetDirectories().OrderByDescending(d => d.LastWriteTimeUtc).LastOrDefault();
|
||||
|
||||
packer.DecompressFile(Directory.GetCurrentDirectory() + @"\psbout\" + lastModDirect + @"\config\title_prof.psb.m");
|
||||
AllDataPacker.Build("psbout", "mod_alldata", packer);
|
||||
packer.CompressFile(Directory.GetCurrentDirectory() + @"\psbout\" + lastModDirect + @"\config\title_prof.psb");
|
||||
|
||||
packer.CompressFile(Directory.GetCurrentDirectory() + @"\psbout\" + lastModDirect + @"\config\title_prof.psb.m");
|
||||
AllDataPacker.Build("psbout", "mod_alldata", packer);
|
||||
|
||||
allDataPath = Directory.GetCurrentDirectory() + @"\mod_alldata.psb.m";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue