mirror of
https://github.com/oMaN-Rod/nxDumpFuse.git
synced 2024-11-22 10:16:40 +00:00
Add publish trimmed option to reduce single file application size
This commit is contained in:
parent
170fe100ec
commit
2f1509b64c
2 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,6 @@ using Avalonia.Markup.Xaml;
|
|||
using Avalonia.Media;
|
||||
using nxDumpFuse.Model;
|
||||
using nxDumpFuse.Model.Enums;
|
||||
using nxDumpFuse.ViewModels;
|
||||
|
||||
namespace nxDumpFuse.Views
|
||||
{
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
<!--<RuntimeIdentifier>linux-x64</RuntimeIdentifier>-->
|
||||
<!--<RuntimeIdentifier>osx-x64</RuntimeIdentifier>-->
|
||||
<PublishSingleFile>true</PublishSingleFile>
|
||||
<PublishTrimmed>true</PublishTrimmed>
|
||||
<ApplicationIcon>nxDumpFuse.ico</ApplicationIcon>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
|
|
Loading…
Reference in a new issue