unicorn icon indicating copy to clipboard operation
unicorn copied to clipboard

NuGet distribution missing windows binaries

Open AeonLucid opened this issue 5 months ago • 1 comments

The reason NuGet builds are missing windows libraries.

See the build actions

  • https://github.com/unicorn-engine/unicorn/actions/runs/17590646720/job/49974653666
  • https://github.com/unicorn-engine/unicorn/actions/runs/17645731327/job/50147766598

Open the step List all native libraries.

Run find ./runtimes -type f -print
./runtimes/linux-x64/native/libunicorn.so
./runtimes/linux-ppc64le/native/libunicorn.so
./runtimes/linux-arm64/native/libunicorn.so
./runtimes/osx-x64/native/libunicorn.dylib

AeonLucid avatar Sep 15 '25 05:09 AeonLucid

Thanks for reporting this. I think we should resolve this via #2237

wtdcode avatar Sep 15 '25 05:09 wtdcode