Skip to content

Commit

Permalink
fix: fix dll not found (#3)
Browse files Browse the repository at this point in the history
fix dll not found
  • Loading branch information
DarkRRb authored May 7, 2024
1 parent 0427c78 commit c166cb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Konata.Codec/Konata.Codec.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Konata.Codec</id>
<version>1.4.0</version>
<version>1.4.1</version>
<authors>Konata Project</authors>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<license type="file">LICENSE</license>
Expand All @@ -25,8 +25,8 @@
<file src="..\README.md" target="README.md"/>
<file src="bin/Release/netstandard2.1/*" target="lib/netstandard2.1/"/>
<file src="bin/Konata.Codec.xml" target="lib/netstandard2.1/"/>
<file src="bin/runtimes/libSilkCodec-windows-x86_64.dll" target="runtimes/win-x64/native/libSilkCodec.dll"/>
<file src="bin/runtimes/libSilkCodec-windows-x86.dll" target="runtimes/win-x86/native/libSilkCodec.dll"/>
<file src="bin/runtimes/libSilkCodec-windows-x86_64.dll" target="runtimes/win-x64/native/SilkCodec.dll"/>
<file src="bin/runtimes/libSilkCodec-windows-x86.dll" target="runtimes/win-x86/native/SilkCodec.dll"/>
<file src="bin/runtimes/libSilkCodec-linux-musl-amd64.so" target="runtimes/linux-musl-x64/native/libSilkCodec.so"/>
<file src="bin/runtimes/libSilkCodec-linux-musl-arm64.so" target="runtimes/linux-musl-arm64/native/libSilkCodec.so"/>
<file src="bin/runtimes/libSilkCodec-linux-musl-arm.so" target="runtimes/linux-musl-arm/native/libSilkCodec.so"/>
Expand Down

0 comments on commit c166cb0

Please sign in to comment.