Remove systemd dependency from desktop file

This commit is contained in:
2026-07-10 18:54:58 +03:00
parent f5c2ca5dfe
commit 0efbe9cb45
3 changed files with 20 additions and 1 deletions
+3
View File
@@ -48,6 +48,9 @@ build() {
package() {
DESTDIR="$BPM_OUTPUT" cmake --install build
# Install desktop file
install -Dm644 "$BPM_WORKDIR"/dev.lizardbyte.app.Sunshine.desktop "$BPM_OUTPUT"/usr/share/applications/dev.lizardbyte.app.Sunshine.desktop
# Install package license
install -Dm644 "$BPM_SOURCE"/LICENSE "$BPM_OUTPUT"/usr/share/licenses/sunshine/LICENSE
}