update
This commit is contained in:
parent
728e3a969c
commit
bffc4eb608
2 changed files with 4 additions and 4 deletions
8
build.sh
8
build.sh
|
@ -4,10 +4,10 @@ function create {
|
||||||
cd "$SRC"
|
cd "$SRC"
|
||||||
mkdir -p x1 x1_25 x1_5 x2
|
mkdir -p x1 x1_25 x1_5 x2
|
||||||
cd "$SRC"/$1
|
cd "$SRC"/$1
|
||||||
find . -name "*.svg" -type f -exec sh -c 'inkscape -z -e "../x1/${0%.svg}.png" -w 32 -h 32 $0' {} \;
|
find . -name "*.svg" -type f -exec sh -c 'inkscape -o "../x1/${0%.svg}.png" -w 32 -h 32 $0' {} \;
|
||||||
find . -name "*.svg" -type f -exec sh -c 'inkscape -z -e "../x1_25/${0%.svg}.png" -w 40 -w 40 $0' {} \;
|
find . -name "*.svg" -type f -exec sh -c 'inkscape -o "../x1_25/${0%.svg}.png" -w 40 -w 40 $0' {} \;
|
||||||
find . -name "*.svg" -type f -exec sh -c 'inkscape -z -e "../x1_5/${0%.svg}.png" -w 48 -w 48 $0' {} \;
|
find . -name "*.svg" -type f -exec sh -c 'inkscape -o "../x1_5/${0%.svg}.png" -w 48 -w 48 $0' {} \;
|
||||||
find . -name "*.svg" -type f -exec sh -c 'inkscape -z -e "../x2/${0%.svg}.png" -w 64 -w 64 $0' {} \;
|
find . -name "*.svg" -type f -exec sh -c 'inkscape -o "../x2/${0%.svg}.png" -w 64 -w 64 $0' {} \;
|
||||||
|
|
||||||
cd $SRC
|
cd $SRC
|
||||||
|
|
||||||
|
|
BIN
dist/cursors/wait
vendored
BIN
dist/cursors/wait
vendored
Binary file not shown.
Loading…
Reference in a new issue