File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 49
49
</ItemGroup >
50
50
51
51
<Target Condition =" '$(Configuration)'!='Modman (Release)'" Name =" CopyVanillaPlugin" AfterTargets =" Build" >
52
+ <ItemGroup >
53
+ <SteamFiles Include =" publish\steam\*.*" />
54
+ </ItemGroup >
52
55
<!-- The 1 in the destination folder name ensures its the first plugin to load. -->
53
- <Copy SourceFiles =" $(OutputPath)\$(AssemblyName).dll;preview.png" DestinationFolder =" $(CWDir)\Plugins\1$(MSBuildProjectName)" />
56
+ <Copy
57
+ SourceFiles=" $(OutputPath)\$(AssemblyName).dll;@(SteamFiles)"
58
+ DestinationFolder=" $(CWDir)\Plugins\1$(MSBuildProjectName)"
59
+ />
54
60
</Target >
55
61
56
62
<Target Condition =" '$(Configuration)'=='Modman (Release)'" Name =" CopyBepInExPlugin" AfterTargets =" Build" >
File renamed without changes.
You can’t perform that action at this time.
0 commit comments