Skip to content

Commit

Permalink
feat(ci): glob the native deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ProbablePrime committed Dec 23, 2023
1 parent f0791b0 commit 4b31540
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Wrapper/FreeImage.NET/cs/Library/Library.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
<file src=".\bin\Release\FreeImageNet.dll" target="lib\net35\"/>

<!-- LINUX -->
<file src="..\..\..\..\native\linux-dist" target="runtimes\linux-x64\native\" />
<file src="..\..\..\..\native\linux-dist\**\*.*" target="runtimes\linux-x64\native\" />

<!-- ANDROID -->
<file src="..\..\..\..\native\android-dist\libs\armeabi-v7a\libFreeImageShared.so" target="runtimes\android-arm\native\" />

<!-- WINDOWS -->
<file src="..\..\..\..\native\win32-dist\" target="runtimes\win10-x86\native\" />
<file src="..\..\..\..\native\win64-dist\" target="runtimes\win10-x64\native\" />
<file src="..\..\..\..\native\win32-dist\**\*.*" target="runtimes\win10-x86\native\" />
<file src="..\..\..\..\native\win64-dist\**\*.*" target="runtimes\win10-x64\native\" />

</files>
</package>

0 comments on commit 4b31540

Please sign in to comment.