forked from germedeb/aleta-postre
12 lines
242 B
Bash
12 lines
242 B
Bash
|
#! /bin/sh
|
||
|
|
||
|
# move apps to the build folder
|
||
|
mv icons/apps/* _build/aleta/apps/scalable
|
||
|
|
||
|
# move status
|
||
|
mv icons/scalable/status/* _build/aleta/status/scalable
|
||
|
|
||
|
# move animations
|
||
|
mv icons/scalable/animations/* _build/aleta/animations/scalable
|
||
|
|