mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
genflags.sh should be run from root dir
This commit is contained in:
parent
bc5ad3c761
commit
7d81ade563
@ -61,6 +61,6 @@ for f in region-flags/svg/*.svg; do
|
||||
# Replace .svg with .png
|
||||
newname=${newname%.svg}.png
|
||||
# Move the file to flags directory
|
||||
mv $f.png flags/$newname
|
||||
echo "Generated flags/"$newname
|
||||
mv $f.png res/flags/$newname
|
||||
echo "Generated res/flags/"$newname
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user