Skip to content

Commit 4ccb580

Browse files
committed
change dll name to avoid confusion with original
1 parent 0eed9ed commit 4ccb580

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

XUnity.AutoTranslator.LlmTranslators/ILRepack.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</ItemGroup>
99

1010
<ILRepack
11-
OutputFile="$(OutputPath)$(AssemblyName).dll"
11+
OutputFile="$(OutputPath)LLMEndpoint.dll"
1212
InputAssemblies="@(InputAssemblies)"
1313
TargetKind="SameAsPrimaryAssembly"
1414
Internalize="true"

0 commit comments

Comments
 (0)