mirror of
https://github.com/hanetzer/sdraw_mods_cvr.git
synced 2025-09-04 19:09:23 +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
|
@ -93,6 +93,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>
|
||||
|
||||
</Project>
|
||||
|
|
|
@ -70,6 +70,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>
|
||||
|
||||
</Project>
|
||||
|
|
|
@ -95,6 +95,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>
|
||||
|
||||
</Project>
|
||||
|
|
|
@ -111,6 +111,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>
|
||||
|
||||
</Project>
|
||||
|
|
|
@ -55,6 +55,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>
|
||||
|
||||
</Project>
|
||||
|
|
|
@ -84,6 +84,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>
|
||||
|
||||
</Project>
|
||||
|
|
|
@ -87,6 +87,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>
|
||||
|
||||
</Project>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -76,6 +76,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>
|
||||
|
||||
</Project>
|
||||
|
|
|
@ -94,6 +94,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>
|
||||
|
||||
</Project>
|
||||
|
|
|
@ -79,6 +79,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>
|
||||
|
||||
</Project>
|
||||
|
|
|
@ -16,6 +16,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