Skip to content

Commit

Permalink
Remove old files in PatchPayloads build folder on build
Browse files Browse the repository at this point in the history
  • Loading branch information
TiberiumFusion committed Jan 2, 2024
1 parent ee5b973 commit 0268933
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion QuickPatcher/QuickPatcher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>xcopy "$(ProjectDir)Resources\PatchPayloads" "$(TargetDir)PatchPayloads\" /s /y</PostBuildEvent>
<PostBuildEvent>rmdir "$(TargetDir)PatchPayloads\" /s /q
xcopy "$(ProjectDir)Resources\PatchPayloads" "$(TargetDir)PatchPayloads\" /s /y</PostBuildEvent>
</PropertyGroup>
</Project>

0 comments on commit 0268933

Please sign in to comment.