From 5ef6f044c4db00c22499401efdc58b63ee412cf5 Mon Sep 17 00:00:00 2001 From: Robert Date: Mon, 31 Oct 2022 21:53:44 +0100 Subject: [PATCH] UI - Limit satellite resource languages to English reducing install size --- src/Artemis.UI.Linux/Artemis.UI.Linux.csproj | 3 ++- src/Artemis.UI.MacOS/Artemis.UI.MacOS.csproj | 1 + src/Artemis.UI.Windows/Artemis.UI.Windows.csproj | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Artemis.UI.Linux/Artemis.UI.Linux.csproj b/src/Artemis.UI.Linux/Artemis.UI.Linux.csproj index 54d227c86..7d19d5e97 100644 --- a/src/Artemis.UI.Linux/Artemis.UI.Linux.csproj +++ b/src/Artemis.UI.Linux/Artemis.UI.Linux.csproj @@ -8,7 +8,8 @@ bin Artemis linux-x64 - False + False + en diff --git a/src/Artemis.UI.MacOS/Artemis.UI.MacOS.csproj b/src/Artemis.UI.MacOS/Artemis.UI.MacOS.csproj index 143c04393..65ef347d2 100644 --- a/src/Artemis.UI.MacOS/Artemis.UI.MacOS.csproj +++ b/src/Artemis.UI.MacOS/Artemis.UI.MacOS.csproj @@ -8,6 +8,7 @@ bin Artemis False + en diff --git a/src/Artemis.UI.Windows/Artemis.UI.Windows.csproj b/src/Artemis.UI.Windows/Artemis.UI.Windows.csproj index f9985abca..74ef13f12 100644 --- a/src/Artemis.UI.Windows/Artemis.UI.Windows.csproj +++ b/src/Artemis.UI.Windows/Artemis.UI.Windows.csproj @@ -8,6 +8,7 @@ False Artemis ..\Artemis.UI\Assets\Images\Logo\application.ico + en