From 143e4cb7846d698b6d49cb411c4bb89691bdd8ab Mon Sep 17 00:00:00 2001 From: Bruno Lopes Date: Sat, 22 Nov 2025 09:33:08 -0300 Subject: [PATCH] build/windows: Fix clash of GIMP Preview MSIX with GIMP MSIX on Start Menu Let's not mention the major version nor minor version anymore on the Start Menu version. This creates confusion, specially on RCs. --- build/windows/store/3_dist-gimp-winsdk.ps1 | 8 +------- build/windows/store/AppxManifest.xml | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/build/windows/store/3_dist-gimp-winsdk.ps1 b/build/windows/store/3_dist-gimp-winsdk.ps1 index 987cb473f6..3f624f1ede 100644 --- a/build/windows/store/3_dist-gimp-winsdk.ps1 +++ b/build/windows/store/3_dist-gimp-winsdk.ps1 @@ -235,7 +235,7 @@ foreach ($bundle in $supported_archs) conf_manifest 'neutral' "$msix_arch" ### Set Identity Name conf_manifest '@IDENTITY_NAME@' "$IDENTITY_NAME" - ### Set Display Name (the name shown in MS Store) + ### Set Display Name (the name shown in MS Store, on Start Menu etc) if (-not $GIMP_RELEASE -or $GIMP_IS_RC_GIT) { $display_name='GIMP (Insider)' @@ -253,12 +253,6 @@ foreach ($bundle in $supported_archs) conf_manifest '@CUSTOM_GIMP_VERSION@' "$CUSTOM_GIMP_VERSION" ### Set some things based on GIMP mutex version (major.minor or major) conf_manifest '@GIMP_MUTEX_VERSION@' "$GIMP_MUTEX_VERSION" - #### Needed to differentiate on Start Menu etc - if (-not $GIMP_RELEASE -or $GIMP_IS_RC_GIT) - { - $channel_suffix=" (Insider)" - } - conf_manifest '@CHANNEL_SUFFIX@' "$channel_suffix" #### Needed to differentiate on PowerShell etc if ($GIMP_RELEASE -and -not $GIMP_IS_RC_GIT) { diff --git a/build/windows/store/AppxManifest.xml b/build/windows/store/AppxManifest.xml index 949f1a3315..e28b73971f 100644 --- a/build/windows/store/AppxManifest.xml +++ b/build/windows/store/AppxManifest.xml @@ -31,7 +31,7 @@ - +