mirror of
https://github.com/hanetzer/sdraw_mods_cvr.git
synced 2025-09-07 20:19:18 +00:00
copy command only exists on windows
This commit is contained in:
parent
84bd61c4e2
commit
e6f27aad77
12 changed files with 16 additions and 16 deletions
|
@ -54,7 +54,7 @@
|
|||
</ItemGroup>
|
||||
|
||||
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
|
||||
<Exec Command="copy /y "$(TargetPath)" "$(CVRPath)/Mods/"" />
|
||||
<Exec Command="copy /y "$(TargetPath)" "$(CVRPath)/Mods/"" Condition="$([MSBuild]::IsOSPlatform('Windows'))" />
|
||||
</Target>
|
||||
|
||||
</Project>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue