mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
build/windows: Comment situation of some versioning code on Installer .ps1
This commit is contained in:
parent
042d3051c6
commit
a2cb96c250
1 changed files with 1 additions and 0 deletions
|
@ -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'}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue