From 286bec6f4d6e6befb4c4f29080cbe6a32d68ee86 Mon Sep 17 00:00:00 2001 From: Nathaniel van Diepen Date: Sat, 29 Jun 2024 01:56:22 -0600 Subject: [PATCH] Update system-service.pro --- applications/system-service/system-service.pro | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/applications/system-service/system-service.pro b/applications/system-service/system-service.pro index f8f7fc355..c2d817352 100644 --- a/applications/system-service/system-service.pro +++ b/applications/system-service/system-service.pro @@ -49,6 +49,10 @@ keyd.files = ../../assets/opt/etc/keyd/oxide.conf keyd.path = /opt/etc/keyd/ INSTALLS += keyd +launcherctl.files = ../../assets/opt/share/launcherctl/oxide +launcherctl.path = /opt/share/launcherctl/ +INSTALLS += launcherctl + applications.files = ../../assets/opt/usr/share/applications/xochitl.oxide applications.path = /opt/usr/share/applications/ INSTALLS += applications