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