mirror of
https://github.com/stuff-by-3-random-dudes/UWUVCI-AIO-WPF
synced 2024-11-10 05:34:13 +00:00
Fixed NDS injections
This commit is contained in:
parent
0f2b1acb8e
commit
254bee4d3a
1 changed files with 1 additions and 1 deletions
|
@ -2165,7 +2165,7 @@ namespace UWUVCI_AIO_WPF
|
|||
|
||||
using (var stream = new FileStream(zipLocation, FileMode.Create))
|
||||
using (var archive = new ZipArchive(stream, ZipArchiveMode.Create))
|
||||
archive.CreateEntryFromFile(romPath, Path.GetFileNameWithoutExtension(romPath));
|
||||
archive.CreateEntryFromFile(romPath, Path.GetFileName(romPath));
|
||||
|
||||
mvvm.Progress = 80;
|
||||
File.Delete(RomName);
|
||||
|
|
Loading…
Reference in a new issue