forked from germedeb/aleta-postre
germedeb
fcc94f1962
this is because many icons have a transparent background in scalable, and some others don't display correctly. and links are not prepaired to they for now
12 lines
245 B
Bash
Executable File
12 lines
245 B
Bash
Executable File
#! /bin/sh
|
|
|
|
# move apps to the build folder
|
|
# cp icons/apps/* _build/aleta/apps/scalable
|
|
|
|
# move status
|
|
cp icons/scalable/status/* _build/aleta/status/scalable
|
|
|
|
# move animations
|
|
cp icons/scalable/animations/* _build/aleta/animations/scalable
|
|
|