1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00
Files
archived-php-src/win32/build/mkico.bat
Ayesh Karunaratne e7c16d2a6a Build/Windows: Update the Windows icon as svg and build derivatives from it
Co-Authored-By: Nurudin Imsirovic <realnurudinimsirovic@gmail.com>

Closes GH-14964.
2024-07-16 14:47:31 +02:00

9 lines
200 B
Batchfile

@echo off
magick php.svg -size 512x512 php.bmp
for %%i in (16,24,32,48,64,128,256) do magick php.bmp -scale %%ix%%i php-ico-%%i.png
magick -adjoin php-ico-* php.ico
del /f /q php-ico-*.png php.bmp