nulastudio / NetBeauty2

Move a .NET Framework/.NET Core app runtime components and dependencies into a sub-directory and make it beauty.
MIT License
419 stars 21 forks source link

Any plans on supporting osx-arm64 #61

Closed arosolino closed 8 months ago

arosolino commented 9 months ago

Hi,

Do you have any plans on supporting osx-arm64 builds?

Thanks!

liesauer commented 9 months ago

i can't tell, currently i am running macos on VirtualBox, and it's 10x slower then the real machine without graphics card, i can try setting up the corss-build environment these days, and will let you know if there is any progress.

liesauer commented 9 months ago

osx-arm64 has been supported in v2.1.4.2

to test if it works

  1. download .net sdk 6.0.418(must exactly this version, only v6.0.26 hostfxr for testing)
  2. create a simple console project
  3. install NetBeauty2 v2.1.4.2
  4. build with dotnet publish -r osx-arm64
  5. run the app on a apple silicon machine

let me know if it works