copy rerouter to unity dir too

This commit is contained in:
JohnCorby 2022-02-08 15:05:26 -08:00
parent c1be2e4d22
commit 4b62512348

View File

@ -14,6 +14,7 @@
<PropertyGroup>
<PostBuildEvent Condition="Exists($(UnityAssetsDir)) and Exists($(GameDir)) and Exists($(OwmlDir))">
copy /y "$(OutputPath)\*.dll" "$(UnityAssetsDir)"
copy /y "$(OutputPath)\*.exe" "$(UnityAssetsDir)"
copy /y "$(GameDir)\OuterWilds_Data\Managed\Assembly-CSharp-firstpass.dll" "$(UnityAssetsDir)"
copy /y "$(GameDir)\OuterWilds_Data\Managed\Unity.InputSystem.dll" "$(UnityAssetsDir)"
copy /y "$(GameDir)\OuterWilds_Data\Managed\UnityEngine.UI.dll" "$(UnityAssetsDir)"