1
1
mirror of https://gitlab.gnome.org/GNOME/gimp.git synced 2025-10-06 05:22:40 +02:00

build/windows: Fix MSIX script failure at .msixupload making

This was a regression introduced by b285cfd3
This commit is contained in:
Bruno Lopes
2025-03-17 19:22:51 -03:00
parent bfad4aba8e
commit 2983c0ac61

View File

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