Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Commit 3f588ca

Browse files
committed
Add function to create Modloader mac version after build
1 parent f23b60e commit 3f588ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ModLoader/ModLoader.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
<Version>2.2.0</Version>
112112
</PackageReference>
113113
</ItemGroup>
114-
<Target Name="ILMerge">
114+
<Target Name="AfterBuild">
115115
<!-- the ILMergePath property points to the location of ILMerge.exe console application -->
116116
<Exec Command="$(ILMergeConsolePath) /out:bin/Release/ModLoaderMac.dll bin/Release/0Harmony.dll bin/Release/ModLoader.dll" />
117117
</Target>

0 commit comments

Comments
 (0)