Remove workaround for outdated msbuild

This commit is contained in:
Andrew Cassidy 2020-12-02 12:39:17 -08:00
parent a61a2b81a1
commit 84611a26e8

View File

@ -47,8 +47,7 @@
</ItemGroup>
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="/bin/cp -v '$(OutDir)ConformalDecals.dll' '$(SolutionDir)../GameData/ConformalDecals/Plugins'" IgnoreExitCode="true"/>
<!--Fuck you MSBuild stop trying to run CMD.exe on macOS-->
<Exec Command="/bin/cp -v '$(OutDir)ConformalDecals.dll' '$(SolutionDir)../GameData/ConformalDecals/Plugins'"/>
</Target>
</Project>