mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02: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…
x
Reference in New Issue
Block a user