mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-06-11 08:57:21 +00:00
7 lines
188 B
Text
7 lines
188 B
Text
|
|
# SPDX-FileCopyrightText: 2026 SHIFT Contributors
|
||
|
|
# SPDX-License-Identifier: EUPL-1.2
|
||
|
|
|
||
|
|
install(DIRECTORY SHIFT
|
||
|
|
DESTINATION ${KDE_INSTALL_WALLPAPERDIR}
|
||
|
|
PATTERN "*.license" EXCLUDE
|
||
|
|
)
|