Remove workaround for outdated msbuild

feature-saving
Andrew Cassidy 4 years ago
parent a61a2b81a1
commit 84611a26e8

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

Loading…
Cancel
Save