ODBExtract - issue when with same name jar file overwriting
WSorban opened this issue · 1 comments
WSorban commented
Sometimes the jar file can have the same name, then it gets overwritten.
Changing this line of code, in Program.cs, to the following, should fix the problem:
File.WriteAllBytes($"{Path.GetFileNameWithoutExtension(fileName)}_{i}_{preferredName}", extractedZips[i]);
jglim commented
Fixed, thanks for pointing that out!