mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-24 02:05:55 +02:00
7 lines
142 B
Bash
7 lines
142 B
Bash
#!/bin/sh
|
|
|
|
if [ -f ../fpweb_images.res ]; then
|
|
rm ../fpweb_images.res
|
|
fi
|
|
../../../tools/lazres ../fpweb_images.res @fpweb_images_list.txt
|