minor
This commit is contained in:
parent
9eefea07ef
commit
65a820f121
1 changed files with 3 additions and 0 deletions
|
@ -69,6 +69,9 @@ for source in framed/*/*; do
|
||||||
convert "$source" -gravity center -background transparent -extent $PLAY_SIZE "$target"
|
convert "$source" -gravity center -background transparent -extent $PLAY_SIZE "$target"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
mv play/nb play/no-NO
|
||||||
|
mv play/zh play/zh-CN
|
||||||
|
mv play/zh_Hant play/zh-TW
|
||||||
|
|
||||||
# readme: scale down
|
# readme: scale down
|
||||||
for source in framed/en/*; do
|
for source in framed/en/*; do
|
||||||
|
|
Loading…
Reference in a new issue