Windows ARM (win-arm64) build now launches with trimming (ryubing/ryujinx!277)

See merge request ryubing/ryujinx!277
This commit is contained in:
KeatonTheBot
2026-02-21 20:10:22 -06:00
committed by Ryujinx Administrator
parent b70e2e44cb
commit 00dad0a5e2
4 changed files with 15 additions and 45 deletions

View File

@@ -28,11 +28,6 @@
<PublishTrimmed>true</PublishTrimmed>
<TrimMode>partial</TrimMode>
</PropertyGroup>
<PropertyGroup Condition="'$(RuntimeIdentifier)' == 'win-arm64'">
<PublishSingleFile>true</PublishSingleFile>
<PublishTrimmed>false</PublishTrimmed>
</PropertyGroup>
<!--
FluentAvalonia, used in the Avalonia UI, requires a workaround for the json serializer used internally when using .NET 8+ System.Text.Json.