mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-07-02 08:38:13 +00:00
fix: Fixed a bug where plugins were not unzipping in .net framework
This commit is contained in:
parent
baa00f7b00
commit
29013a2bf5
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue