mirror of
https://github.com/hanetzer/sdraw_mods_cvr.git
synced 2025-09-07 03:59:16 +00:00
add copy command for non-windows platforms
This commit is contained in:
parent
e6f27aad77
commit
125d83f45c
12 changed files with 12 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
|||
|
||||
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
|
||||
<Exec Command="copy /y "$(TargetPath)" "$(CVRPath)/Mods/"" Condition="$([MSBuild]::IsOSPlatform('Windows'))" />
|
||||
<Exec Command="cp -f "$(TargetPath)" "$(CVRPath)/Mods/"" Condition=" '$(OS)' != 'Windows_NT' " />
|
||||
</Target>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue