Skip to content

Commit

Permalink
Merge pull request unoplatform#15503 from unoplatform/dev/eb/xaml-tri…
Browse files Browse the repository at this point in the history
…mming

fix: Specify root mode for root assembly
  • Loading branch information
jeromelaban authored Feb 16, 2024
2 parents 013859c + dd35b12 commit 83c83ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ private void RunLinker(string outputPath, string features)
// $"--used-attrs-only true", // not used to keep additional linker hints
$"--skip-unresolved true",
$"-b true",
$"-a {AssemblyPath}",
$"-a {AssemblyPath} entrypoint",
$"-out {outputPath}",
referencedAssemblies,
features,
Expand Down

0 comments on commit 83c83ce

Please sign in to comment.