Skip to content

Commit

Permalink
Update AutoDuty.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
Herculezz55 authored Sep 4, 2024
1 parent 89aa332 commit 4b5254d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AutoDuty/AutoDuty.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
</ItemGroup>

<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="copy &quot;$(ProjectDir)Paths\&quot;* &quot;$(ProjectDir)$(OutDir)&quot;" />
<Exec Command="cp &quot;$(ProjectDir)Paths\&quot;* &quot;$(ProjectDir)$(OutDir)&quot;" />
</Target>
</Project>

0 comments on commit 4b5254d

Please sign in to comment.