File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 104104 </ItemGroup >
105105
106106 <!-- Automated local deployment -->
107- <Target Name =" PostBuildIl2CppMelon" AfterTargets =" Build" Condition =" '$(AutomateLocalDeployment)' == 'true' and '$(Configuration)' == 'Il2CppMono '" >
107+ <Target Name =" PostBuildIl2CppMelon" AfterTargets =" Build" Condition =" '$(AutomateLocalDeployment)' == 'true' and '$(Configuration)' == 'Il2CppMelon '" >
108108 <Message Text =" [IL2CPP/MelonLoader] Deploying S1API to local Il2Cpp plugins folder" Importance =" high" />
109109 <Copy SourceFiles =" .\bin\Il2CppMelon\net6.0\S1API.dll" DestinationFiles =" $(LocalIl2CppDeploymentPath)\Plugins\S1API\S1API.Il2Cpp.dll" />
110110 <Copy SourceFiles =" .\bin\MonoMelon\netstandard2.1\S1API.dll" DestinationFiles =" $(LocalIl2CppDeploymentPath)\Plugins\S1API\S1API.Mono.dll" />
You can’t perform that action at this time.
0 commit comments