From 2983c0ac613f189ea885cc7a00c26a5fba6fa3d0 Mon Sep 17 00:00:00 2001 From: Bruno Lopes Date: Mon, 17 Mar 2025 19:22:51 -0300 Subject: [PATCH] build/windows: Fix MSIX script failure at .msixupload making This was a regression introduced by b285cfd3 --- build/windows/store/3_dist-gimp-winsdk.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/windows/store/3_dist-gimp-winsdk.ps1 b/build/windows/store/3_dist-gimp-winsdk.ps1 index d8d8674223..e7183e6bcd 100644 --- a/build/windows/store/3_dist-gimp-winsdk.ps1 +++ b/build/windows/store/3_dist-gimp-winsdk.ps1 @@ -339,7 +339,7 @@ if (((Test-Path $a64_bundle) -and (Test-Path $x64_bundle)) -and (Get-ChildItem * { Write-Output "(INFO): creating $MSIXUPLOAD for submission" Get-ChildItem *.msixbundle | ForEach-Object { Compress-Archive -Path "$($_.Basename).msixbundle" -DestinationPath "$($_.Basename).zip" } - Get-ChildItem *.zip | Rename-Item -NewName $MSIXUPLOAD + Get-ChildItem ${IDENTITY_NAME}*.zip | Rename-Item -NewName $MSIXUPLOAD #Get-ChildItem *.appxsym | Remove-Item -Recurse -Force Get-ChildItem *.msixbundle | Remove-Item -Recurse -Force } @@ -472,7 +472,7 @@ if ("$CI_COMMIT_TAG" -eq (git describe --all | Foreach-Object {$_ -replace 'tags } else { - $PRODUCT_ID="9PNSJCLXDZ0V" + #$PRODUCT_ID="NONE_YET" } ## Create submission and upload .msixupload file to it