mirror of https://github.com/GNOME/gimp.git
build/windows: Drop hardcoded Intro image from 2.9 (pre-2.10) series
Now, the image is generated from splash image in gimp-data
This commit is contained in:
parent
c6634d66ff
commit
a1ce459a1b
|
@ -102,14 +102,14 @@ download_lang Swedish.isl
|
|||
download_lang Vietnamese.isl
|
||||
|
||||
|
||||
$a64_generated = Test-Path -Path "_build-a64/build/windows/installer"
|
||||
if ($a64_generated -eq "True")
|
||||
$gen_path = Resolve-Path -Path "_build-*\build\windows\installer" | Select-Object -ExpandProperty Path
|
||||
if (Test-Path -Path $gen_path)
|
||||
{
|
||||
# Copy generated language files into the source directory
|
||||
Copy-Item _build-a64/build/windows/installer/lang/*isl build/windows/installer/lang
|
||||
Copy-Item $gen_path\lang\*isl build\windows\installer\lang\
|
||||
|
||||
# Copy generated welcome images into the source directory
|
||||
Copy-Item _build-a64/build/windows/installer/*bmp build/windows/installer/
|
||||
# Copy generated images into the source directory
|
||||
Copy-Item $gen_path\*bmp build\windows\installer\
|
||||
}
|
||||
|
||||
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 578 KiB |
Binary file not shown.
Before Width: | Height: | Size: 151 KiB |
|
@ -1 +1 @@
|
|||
Subproject commit e94404c35417e707ddabb0c5818f2dd099fb6400
|
||||
Subproject commit a73548e337a72b402d49bbc124f56e52094866e2
|
Loading…
Reference in New Issue