From 13ce873a69ee993a2f7b1c7ef25dddeff128b087 Mon Sep 17 00:00:00 2001 From: purian23 Date: Wed, 10 Dec 2025 11:16:03 -0500 Subject: [PATCH] Update dms stable systemd & desktop path --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3c6a1f88..c4da4e3c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -272,6 +272,9 @@ jobs: # Create QML source package (exclude build artifacts and git files) # Copy root LICENSE and CONTRIBUTING.md to quickshell/ for packaging cp LICENSE CONTRIBUTING.md quickshell/ + + # Copy root assets directory to quickshell for systemd service and desktop file + cp -r assets quickshell/ # Tar the CONTENTS of quickshell/, not the directory itself (cd quickshell && tar --exclude='.git' \