We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee5b973 commit 0268933Copy full SHA for 0268933
QuickPatcher/QuickPatcher.csproj
@@ -188,6 +188,7 @@
188
<ItemGroup />
189
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
190
<PropertyGroup>
191
- <PostBuildEvent>xcopy "$(ProjectDir)Resources\PatchPayloads" "$(TargetDir)PatchPayloads\" /s /y</PostBuildEvent>
+ <PostBuildEvent>rmdir "$(TargetDir)PatchPayloads\" /s /q
192
+xcopy "$(ProjectDir)Resources\PatchPayloads" "$(TargetDir)PatchPayloads\" /s /y</PostBuildEvent>
193
</PropertyGroup>
194
</Project>
0 commit comments