Skip to content
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.

Commit

Permalink
Fix ilrepack issue v4... maybe please?
Browse files Browse the repository at this point in the history
  • Loading branch information
gompoc committed Oct 2, 2021
1 parent b284663 commit ce85800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UpdateChecker/UpdateChecker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<IlRepackLibs Include="$(OutputPath)" />
<IlRepackLibs Condition="'$(CIVAR)'==''" Include="$(MelonManaged)" />
<IlRepackLibs Condition="'$(CIVAR)'==''" Include="$(MelonLoader)" />
<IlRepackLibs Condition="'$(CIVAR)'!=''" Include="$(MsBuildThisFileDirectory)Libs" />
<IlRepackLibs Condition="'$(CIVAR)'!=''" Include="$(MsBuildThisFileDirectory)/../Libs" />
</ItemGroup>
<Message Text="MERGING: @(InputAssemblies->'%(Filename)') into $(OutputAssembly)" Importance="High" />
<ILRepack Internalize="true" LibraryPath="@(IlRepackLibs)" OutputFile="$(OutputPath)/$(AssemblyName).dll" InputAssemblies="@(InputAssemblies)" />
Expand Down

0 comments on commit ce85800

Please sign in to comment.