File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 15
15
<Deterministic >true</Deterministic >
16
16
</PropertyGroup >
17
17
<Target Name =" ZipBuild" AfterTargets =" AfterBuild" >
18
- <Copy SourceFiles =" $(TargetPath)" DestinationFolder =" ..\bin\zip\BepInEx\patchers\Tobey\PluginDoctor \" />
18
+ <Copy SourceFiles =" $(TargetPath)" DestinationFolder =" ..\bin\zip\BepInEx\patchers\Tobey\Plugin Doctor \" />
19
19
<ZipDirectory SourceDirectory =" ..\bin\zip\" DestinationFile =" ..\bin\$(RootNamespace).zip" Overwrite =" true" />
20
20
</Target >
21
21
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
Original file line number Diff line number Diff line change 20
20
</PropertyGroup >
21
21
22
22
<Target Name =" ZipBuild" AfterTargets =" AfterBuild" >
23
- <Copy SourceFiles =" $(TargetPath)" DestinationFolder =" ..\bin\zip\BepInEx\plugins\Tobey\PluginDoctor \" />
23
+ <Copy SourceFiles =" $(TargetPath)" DestinationFolder =" ..\bin\zip\BepInEx\plugins\Tobey\Plugin Doctor \" />
24
24
<ZipDirectory SourceDirectory =" ..\bin\zip\" DestinationFile =" ..\bin\$(RootNamespace).zip" Overwrite =" true" />
25
25
</Target >
26
26
You can’t perform that action at this time.
0 commit comments