build/windows: Set new expire date for CLIENT_SECRET

This commit is contained in:
Bruno Lopes 2026-03-25 09:11:04 -03:00
parent 5575a0f6e1
commit 4ad7e7bdd3

View file

@ -448,7 +448,7 @@ if (-not $GIMP_RELEASE -or $GIMP_IS_RC_GIT)
## Check in advance if the CLIENT_SECRET we will use in the future tagged pipeline is fine
if ($CI_COMMIT_TAG)
{
$latest_msix_secret = New-Object -TypeName System.DateTime -ArgumentList 2026, 3, 22
$latest_msix_secret = New-Object -TypeName System.DateTime -ArgumentList 2026, 9, 20
Write-Output "(INFO): CLIENT_SECRET expire date is: $latest_msix_secret"
if ((Get-Date) -ge $latest_msix_secret)
{