2022-02-21 18:00:32 -03:00
|
|
|
#! /bin/sh
|
|
|
|
|
|
|
|
# move apps to the build folder
|
2022-02-24 12:39:57 -03:00
|
|
|
# cp icons/apps/* _build/aleta/apps/scalable
|
2022-02-21 18:00:32 -03:00
|
|
|
|
|
|
|
# move status
|
2022-02-21 20:29:04 -03:00
|
|
|
cp icons/scalable/status/* _build/aleta/status/scalable
|
2022-02-21 18:00:32 -03:00
|
|
|
|
|
|
|
# move animations
|
2022-02-21 20:29:04 -03:00
|
|
|
cp icons/scalable/animations/* _build/aleta/animations/scalable
|
2022-02-21 18:00:32 -03:00
|
|
|
|