ikvmnet / ikvm

A Java Virtual Machine and Bytecode-to-IL Converter for .NET
Other
1.15k stars 110 forks source link

Prefer32Bit, win-x86, does not include x64 assets #444

Closed wasabii closed 6 months ago

wasabii commented 8 months ago

On a Framework project, by default, the RID is selected as win-x86. However, Prefer32Bit is not set. Therefor, executable will execute on x64 if it can. But, because of RID, win-x64 image assets were not included.

wasabii commented 6 months ago

This should be fixed now.