build/windows: Comment situation of some versioning code on Installer .ps1

This commit is contained in:
Bruno 2025-01-23 16:53:20 -03:00
parent 042d3051c6
commit a2cb96c250
No known key found for this signature in database

View file

@ -188,6 +188,7 @@ foreach ($bundle in $supported_archs)
Write-Output "$([char]27)[0Ksection_start:$(Get-Date -UFormat %s -Millisecond 0):${bundle}_files[collapsed=true]$([char]13)$([char]27)[0KPreparing GIMP files in $bundle bundle"
## Get GIMP versions used in some versioned files and dirs
## FIXME: This should be done with Inno scripting
$gimp_version = Get-Content "$CONFIG_PATH" | Select-String 'GIMP_VERSION' |
Foreach-Object {$_ -replace '#define GIMP_VERSION "',''} | Foreach-Object {$_ -replace '"',''} |
Foreach-Object {$_ -replace '(.+?)-.+','$1'}