mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-06-11 08:57:21 +00:00
8 lines
197 B
Text
8 lines
197 B
Text
|
|
# SPDX-FileCopyrightText: 2025 SHIFT Contributors
|
||
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||
|
|
|
||
|
|
install(
|
||
|
|
DIRECTORY org.shift.decoration
|
||
|
|
DESTINATION ${KDE_INSTALL_DATADIR}/kwin/decorations
|
||
|
|
)
|