mirror of
https://github.com/oMaN-Rod/nxDumpFuse.git
synced 2024-11-22 18:26: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 Avalonia.Media;
|
||||||
using nxDumpFuse.Model;
|
using nxDumpFuse.Model;
|
||||||
using nxDumpFuse.Model.Enums;
|
using nxDumpFuse.Model.Enums;
|
||||||
using nxDumpFuse.ViewModels;
|
|
||||||
|
|
||||||
namespace nxDumpFuse.Views
|
namespace nxDumpFuse.Views
|
||||||
{
|
{
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
<!--<RuntimeIdentifier>linux-x64</RuntimeIdentifier>-->
|
<!--<RuntimeIdentifier>linux-x64</RuntimeIdentifier>-->
|
||||||
<!--<RuntimeIdentifier>osx-x64</RuntimeIdentifier>-->
|
<!--<RuntimeIdentifier>osx-x64</RuntimeIdentifier>-->
|
||||||
<PublishSingleFile>true</PublishSingleFile>
|
<PublishSingleFile>true</PublishSingleFile>
|
||||||
|
<PublishTrimmed>true</PublishTrimmed>
|
||||||
<ApplicationIcon>nxDumpFuse.ico</ApplicationIcon>
|
<ApplicationIcon>nxDumpFuse.ico</ApplicationIcon>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
Loading…
Reference in a new issue