steviegt6 / Stardew64Installer

A handy piece of software that converts a Linux installation of SDV into a working 64bit Windows installation.
MIT License
15 stars 2 forks source link

Fix asset name normalization in MonoGame #11

Closed Pathoschild closed 3 years ago

Pathoschild commented 3 years ago

The Linux version of MonoGame is hardcoded to normalize asset names to Linux-style forward slashes, but SMAPI/mods assume Windows-style backslashes on Windows. This commit changes MonoGame to normalize Windows-style.