Update Netch.csproj: PostBuild

This commit is contained in:
ChsBuffer
2021-04-04 21:48:02 +08:00
parent 3d7dcbbffe
commit 1b4e7d41cc

View File

@@ -101,4 +101,8 @@
</ItemGroup>
</Target>
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="powershell.exe ..\download.ps1 $(OutDir) ..\DataCache" />
</Target>
</Project>