mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[ALL] Rewrite some archive handling
Remove managed writing, simplify archive to archive handling, add ability to set modification date on files if in source rom.
This commit is contained in:
@@ -468,7 +468,7 @@ namespace SabreTools.Helper
|
||||
switch (gc[1].Value)
|
||||
{
|
||||
case "name":
|
||||
tempgamename = itemval;
|
||||
tempgamename = (itemval.ToLowerInvariant().EndsWith(".zip") ? itemval.Remove(itemval.Length - 4) : itemval);
|
||||
break;
|
||||
case "description":
|
||||
gamedesc = itemval;
|
||||
|
||||
Reference in New Issue
Block a user