v1.1.10
🛠️ Terraria Patcher v1.1.10 — Prebuilt Edge Native Fix
Fixes the Windows edge_coreclr assertion crash in release/update builds by using the correct prebuilt native module instead of the CI-compiled one.
✨ Highlights
- 🔧 Windows packaged builds now use the prebuilt
edge_coreclr.nodefromlib/native/instead of the CI-compiledbuild/Release/binary, fixing theg_coreclr == nullptrassertion crash. - 🏗️ CI release workflow now removes the CI-compiled edge native on Windows to prevent it from being packaged over the correct prebuilt.
- 📦 Updated
asarUnpackto include bothbuild/Release/andlib/native/paths, ensuring Linux (CI-compiled) and Windows (prebuilt) both work. - 🧭 Made edge native path resolution platform-aware: Windows/macOS use prebuilt from
lib/native/, Linux uses CI-compiled frombuild/Release/.
Full Changelog: v1.1.9...v1.1.10