Skip to content
Success

Changes

Summary

  1. fix(build): run platform-specific copy command (commit: 6ffd457) (details)
Commit 6ffd45755fa9b3d47bcb412697b74fb29a3f04a9 by lamont
fix(build): run platform-specific copy command

MechJeb2.csproj defined MechJebCopyBuild twice under mutually exclusive OS conditions. MSBuild kept the latter definition, so the copy target was skipped on Windows. Consolidate the target and apply the OS conditions to its commands.
(commit: 6ffd457)
The file was modified MechJeb2/copy_build.bat (diff)
The file was modified MechJeb2/MechJeb2.csproj (diff)