Skip to content

Commit

Permalink
Copy language raws to build
Browse files Browse the repository at this point in the history
  • Loading branch information
21aslade committed Aug 3, 2019
1 parent 8e4d45c commit 998f2f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MinishRandomizer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>xcopy /y /d /s "$(ProjectDir)Resources\Patches" "$(TargetDir)Patches\"</PostBuildEvent>
<PostBuildEvent>xcopy /y /d /s "$(ProjectDir)Resources\Patches" "$(TargetDir)Patches\";
xcopy /y /d /s "$(ProjectDir)Vendor\Language Raws" "$(TargetDir)Language Raws\"</PostBuildEvent>
</PropertyGroup>
</Project>

1 comment on commit 998f2f5

@21aslade
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably broken, it doesn't seem to copy the patches to build

Please sign in to comment.