aleta-postre/tasks/mvscalable.sh

12 lines
243 B
Bash
Raw Normal View History

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