Fix trailing quote for ResoniteLibrayOutDir#8
Conversation
|
Thanks! Seems that this was only a problem on some distributions? Either way, it's fixed now :D |
|
If it helps put a datapoint on it, I'm developing on proper Arch, I can't imagine what'd make this distro specific Not sure why that main branch build failed either |
Well, you're the first linux user to have that problem, and there was definitely some others that used it - though with the RML config.
Zero clue - I'm not seeing any log 🤔 |
Not sure if this is reproducible, but if you want to look into it, my csproj is just: <Project Sdk="Remora.Resonite.Sdk/2.0.10">
<PropertyGroup>
<ResoniteTargetModLoader>BepisLoader</ResoniteTargetModLoader>
<ResoniteProjectType>mod</ResoniteProjectType>
<ResoniteInstallOnBuild>true</ResoniteInstallOnBuild>
</PropertyGroup>
<ItemGroup>
<ResoniteReference Include="SkyFrost.Base"/>
<ResoniteReference Include="SkyFrost.Base.Models"/>
</ItemGroup>
</Project>I'm not pulling anything else, so the library copy failing isn't a problem for me, and BepInEx knows to skip the identical copy of the mod in the |
This project is great!
Noticed that it ends up copying mod dependencies with a quote when the rest of the attributes don't, pretty easy to spot in the log when building for BepisLoader:
This actually copies literally into a directory named
"on Linux, which doesn't seem intentional? :P