mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-07-08 18:06:41 +00:00
Let's see how UnshieldSharp goes
This commit is contained in:
@@ -67,7 +67,6 @@
|
||||
<ItemGroup>
|
||||
<PackageReference Include="SabreTools.IO" Version="1.7.0" />
|
||||
<PackageReference Include="System.Text.Encoding.CodePages" Version="9.0.8" Condition="!$(TargetFramework.StartsWith(`net2`)) AND !$(TargetFramework.StartsWith(`net3`)) AND !$(TargetFramework.StartsWith(`net40`)) AND !$(TargetFramework.StartsWith(`net452`))" />
|
||||
<PackageReference Include="UnshieldSharp" Version="1.9.4" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
@@ -286,7 +286,7 @@ namespace ExtractionTool
|
||||
if (!File.Exists(file))
|
||||
return false;
|
||||
|
||||
var cabfile = UnshieldSharp.InstallShieldCabinet.Open(file);
|
||||
var cabfile = UnshieldSharpInternal.InstallShieldCabinet.Open(file);
|
||||
if (cabfile?.HeaderList == null)
|
||||
return false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user