1
0
Fork 0
mirror of https://github.com/oMaN-Rod/nxDumpFuse.git synced 2024-09-19 13:33:26 +01:00

Add publish trimmed option to reduce single file application size

This commit is contained in:
Omar 2021-10-22 20:29:52 -04:00
parent 170fe100ec
commit 2f1509b64c
2 changed files with 1 additions and 1 deletions

View file

@ -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
{ {

View file

@ -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>