From f4629bae430fe5a1ddcbbff21f2ad8381ced35ee Mon Sep 17 00:00:00 2001 From: Bruno Lopes Date: Fri, 15 Aug 2025 21:51:07 -0300 Subject: [PATCH] build/windows: Replace f333aa35 text regarding MSIX <> EXE parity (cherry picked from commit 3b11006eedb7ea2d802147e4a1cb1f8ce3d13088) --- build/windows/store/3_dist-gimp-winsdk.ps1 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build/windows/store/3_dist-gimp-winsdk.ps1 b/build/windows/store/3_dist-gimp-winsdk.ps1 index a5fa9947a2..fba474ab50 100644 --- a/build/windows/store/3_dist-gimp-winsdk.ps1 +++ b/build/windows/store/3_dist-gimp-winsdk.ps1 @@ -282,7 +282,7 @@ foreach ($bundle in $supported_archs) ## Copy files into VFS folder (to support external 3P plug-ins) Copy-Item "$bundle" "$vfs" -Recurse -Force - ## Versioning adjustments + ## MSIX-specific adjustments (needed because we use the same gimp-* bundle as base to both .exe and .msix) ### Set revision on about dialog (this does the same as '-Drevision' build option) if (-not $GIMP_RC_VERSION) { @@ -295,8 +295,7 @@ foreach ($bundle in $supported_archs) Add-Content "$vfs\share\gimp\*\gimp-release" 'check-update=false' } - ## Parity adjustments (to match the Inno Windows Installer artifact) - ## The .msix VFS files SHOULD BE IDENTICAL to the .exe installer and vice-versa + ## Parity adjustments (to make the .msix IDENTICAL TO THE .EXE INSTALLER, except for the adjustments above) Get-ChildItem "$vfs" -Recurse -Include (".gitignore", "gimp.cmd") | Remove-Item -Recurse