mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
fix deleting folder
This commit is contained in:
parent
f92760f80e
commit
440e477927
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@
|
|||
|
||||
<Target Name="DeleteRuntimesFolder" AfterTargets="CopyDLLs">
|
||||
<Message Text="Deleting runtimes folder" Importance="High" />
|
||||
<Delete Files="$(TargetDir)\runtimes" />
|
||||
<RemoveDir Directories="$(TargetDir)\runtimes" />
|
||||
</Target>
|
||||
|
||||
</Project>
|
||||
Loading…
Reference in a new issue