mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-01-11 19:44:55 +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)
|
||||
{
|
||||
fileName = fileName.Replace("\\", "/").Trim().TrimStart('/');
|
||||
var entry = Entries.FirstOrDefault(e => e.Name == fileName);
|
||||
|
||||
if (entry == null)
|
||||
|
||||
Reference in New Issue
Block a user