dont rely on GameDir for mirror weaver

This commit is contained in:
JohnCorby 2022-02-01 16:09:57 -08:00
parent b46279af00
commit ae8b6915ae
5 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@
<OutputPath Condition="Exists($(OwmlDir))">$(OwmlDir)\Mods\QSB</OutputPath>
<NoWarn>1998</NoWarn>
</PropertyGroup>
<Target Name="weave qsb" BeforeTargets="PostBuildEvent" Condition="Exists($(GameDir))">
<Exec Command="&quot;$(SolutionDir)\MirrorWeaver\bin\$(Configuration)\MirrorWeaver&quot; &quot;$(OutputPath)\QSB.dll&quot; &quot;$(GameDir)\OuterWilds_Data\Managed&quot;" />
<Target Name="weave qsb" BeforeTargets="PostBuildEvent">
<Exec Command="&quot;$(SolutionDir)\MirrorWeaver\bin\$(Configuration)\MirrorWeaver&quot; &quot;$(OutputPath)\QSB.dll&quot; &quot;$(SolutionDir)\UnityEngine&quot;" />
</Target>
<PropertyGroup>
<PostBuildEvent Condition="Exists($(UnityAssetsDir)) and Exists($(GameDir)) and Exists($(OwmlDir))">

Binary file not shown.

BIN
UnityEngine/OWML.Common.dll Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.