Skip to content

Commit

Permalink
[BiowarePlugin] Fixes issue with copying over to ModManager (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
wannkunstbeikor authored Jan 18, 2023
1 parent 8ec7826 commit f7c3bda
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@

<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="xcopy /Y $(TargetPath) $(SolutionDir)$(OutDir)Plugins\" />
</Target>
<Exec Command="xcopy /Y $(TargetPath) $(SolutionDir)..\FrostyModManager\$(OutDir)Plugins\" />
</Target>

<ItemGroup>
<ProjectReference Include="..\..\FrostyControls\FrostyControls.csproj">
Expand Down

0 comments on commit f7c3bda

Please sign in to comment.