germedeb
4fd3c9a220
and I added the copyright xd (REUSE specification 3.0) this commit adds all the license stuff to all the files.
13 lines
269 B
Bash
Executable File
13 lines
269 B
Bash
Executable File
#! /bin/sh
|
|
|
|
# SPDX-FileCopyrightText: 2022 debgerme <fossgerme@tuta.io>
|
|
#
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
# move apps to the build folder
|
|
# cp icons/apps/* _build/aleta/apps/scalable
|
|
|
|
# move status
|
|
cp icons/scalable/status/* _build/aleta/status/scalable
|
|
|