GREAT1217 / StarForce_HybridCLR

使用 HybridCLR 对 StarForce 实现游戏逻辑热更新。
MIT License
102 stars 21 forks source link

HuatuoBuilder取安卓平台不太对~ #2

Closed huahuacn closed 2 years ago

huahuacn commented 2 years ago

HuatuoBuilderController.cs中使用GetBuildTarget((Platform)platformIndex),即使你选择的是Android平台,传过去后也变成了Win64和MAC,导致无法build android的dll~

GREAT1217 commented 2 years ago

谢谢你的反馈,已修复