Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

Commit

Permalink
Move plugin output directory
Browse files Browse the repository at this point in the history
This lets me use relative paths which is nice
  • Loading branch information
zkxs committed Aug 30, 2021
1 parent 4198539 commit 2b1e9b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NeosModLoader/NeosModLoader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>copy "$(TargetDir)\$(TargetFileName)" "C:\neos\plugins\"</PostBuildEvent>
<PostBuildEvent>copy "$(TargetDir)\$(TargetFileName)" "C:\Program Files (x86)\Steam\steamapps\common\NeosVR\Plugins\"</PostBuildEvent>
</PropertyGroup>
</Project>

0 comments on commit 2b1e9b3

Please sign in to comment.