Skip to content

Commit

Permalink
changing xcopy to cp
Browse files Browse the repository at this point in the history
  • Loading branch information
jharajeev55 committed Apr 18, 2024
1 parent 1c36020 commit 0b49dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Json_parser/jsonToLuaParser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</ItemGroup>

<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
<Exec Command="xcopy &quot;$(ProjectDir)StaticLuaDefinations&quot; &quot;$(TargetDir)StaticLuaDefinations&quot; /E /I /Y" />
<Exec Command="cp &quot;$(ProjectDir)StaticLuaDefinations&quot; &quot;$(TargetDir)StaticLuaDefinations&quot; /E /I /Y" />
</Target>

</Project>

0 comments on commit 0b49dc0

Please sign in to comment.