Skip to content
This repository was archived by the owner on Jan 24, 2023. It is now read-only.

Commit dda222a

Browse files
committed
Fixed copying to the wrong destionation.
1 parent c9a1846 commit dda222a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ReMod.Core.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
</ItemGroup>
176176

177177
<Target Name="PostBuild" AfterTargets="PostBuildEvent" Condition="('$(CopyToVrc)'=='true') And '$(TargetFramework)' == 'net472' And (Exists('$(VRCPath)'))">
178-
<Copy SourceFiles="$(TargetPath)" DestinationFolder="$(VRCPath)" />
179-
<Message Text="Copied $(TargetFileName) to $(VRCPath)" Importance="high" />
178+
<Copy SourceFiles="$(TargetPath)" DestinationFolder="$(VRCPath)\UserLibs" />
179+
<Message Text="Copied $(TargetFileName) to $(VRCPath)\UserLibs" Importance="high" />
180180
</Target>
181181
</Project>

0 commit comments

Comments
 (0)