Browse Source

Add 7-Zip.CommandLine dep

pull/5/head
Ionite 1 year ago
parent
commit
89aea6f47a
No known key found for this signature in database
  1. 5
      StabilityMatrix/StabilityMatrix.csproj

5
StabilityMatrix/StabilityMatrix.csproj

@ -11,6 +11,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="7-Zip.CommandLine" Version="18.1.0" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.0" />
<PackageReference Include="FuzzySharp" Version="2.0.2" />
<PackageReference Include="Markdown.Xaml" Version="1.0.0" />
@ -74,4 +75,8 @@
</Page>
</ItemGroup>
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="copy $(Pkg7-Zip_CommandLine)\tools\x64\7za.exe $(OutDir)\Assets\" />
</Target>
</Project>

Loading…
Cancel
Save