mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-16 13:15:07 +00:00
fix: Fixed a bug where plugins were not unzipping in .net framework
This commit is contained in:
@@ -299,7 +299,6 @@ namespace ICD.Common.Utils.IO.Compression
|
|||||||
|
|
||||||
private Entry GetEntry(string fileName)
|
private Entry GetEntry(string fileName)
|
||||||
{
|
{
|
||||||
fileName = fileName.Replace("\\", "/").Trim().TrimStart('/');
|
|
||||||
var entry = Entries.FirstOrDefault(e => e.Name == fileName);
|
var entry = Entries.FirstOrDefault(e => e.Name == fileName);
|
||||||
|
|
||||||
if (entry == null)
|
if (entry == null)
|
||||||
|
|||||||
Reference in New Issue
Block a user