Skip to content

Commit

Permalink
Ship DotNetZip as a DLL alongside Everest, but do not reference it
Browse files Browse the repository at this point in the history
  • Loading branch information
maddie480 committed Feb 2, 2025
1 parent 7d82acf commit d7bf7ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Celeste.Mod.mm/Celeste.Mod.mm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<ProjectReference Include="..\external\NLua\build\net6.0\NLua.net6.0.csproj" />
<PackageReference Include="MAB.DotIgnore" Version="3.0.2" />

<!-- Dependency not used by Everest itself, but kept for mod compatibility reasons -->
<PackageReference Include="DotNetZip" Version="1.16.0" />
</ItemGroup>

<!--
Expand All @@ -70,6 +67,12 @@
</Content>
<Content Remove="..\lib-ext\.gitignore" />
<Content Remove="..\lib-ext\FNA3D.patch" />
<Content Remove="..\lib-ext\DotNetZip.dll" />
</ItemGroup>
<ItemGroup>
<Content Include="..\lib-ext\DotNetZip.dll" Link="DotNetZip.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>

<ItemGroup>
Expand Down
Binary file added lib-ext/DotNetZip.dll
Binary file not shown.

0 comments on commit d7bf7ad

Please sign in to comment.