diff options
author | chai <215380520@qq.com> | 2024-03-16 12:30:23 +0800 |
---|---|---|
committer | chai <215380520@qq.com> | 2024-03-16 12:30:23 +0800 |
commit | 3f53966a0fdc96f1e32d7d5f930c5cac6d4dfb29 (patch) | |
tree | 99f9a4e2dd5afdb9dee49933a52bd150602f7c47 /CreepyRobots.csproj | |
parent | 78304183fb59e243a2d6da4a00a4311ae21c9717 (diff) |
* balance
Diffstat (limited to 'CreepyRobots.csproj')
-rw-r--r-- | CreepyRobots.csproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CreepyRobots.csproj b/CreepyRobots.csproj index 4b2362c..4a8859f 100644 --- a/CreepyRobots.csproj +++ b/CreepyRobots.csproj @@ -183,4 +183,7 @@ <ItemGroup> <Folder Include="_ActiveRagdoll\Actions\" /> </ItemGroup> + <Target Name="PostBuild" AfterTargets="PostBuildEvent"> + <Exec Command="D:\Documents\Unity\Decompile\CreepyRobots\copy_dll.cmd" /> + </Target> </Project>
\ No newline at end of file |