mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-02 20:38:15 +02:00
7 lines
133 B
Bash
Executable File
7 lines
133 B
Bash
Executable File
#!/bin/sh
|
|
|
|
if [ -f ../fpweb_images.res ]; then
|
|
rm ../fpweb_images.res
|
|
fi
|
|
../../../tools/lazres ../fpweb_images.res @img_list.txt
|