30 lines
840 B
Diff
30 lines
840 B
Diff
From e1632e6d4f5f2aeb995b56101251325bc4c04dd1 Mon Sep 17 00:00:00 2001
|
|
From: tanyulong2021 <tanyulong@kylinos.cn>
|
|
Date: Fri, 4 Mar 2022 15:53:31 +0800
|
|
Subject: [PATCH] fxi screenshot not work
|
|
|
|
---
|
|
kylin-screenshot.pro | 6 +-----
|
|
1 file changed, 1 insertion(+), 5 deletions(-)
|
|
|
|
diff --git a/kylin-screenshot.pro b/kylin-screenshot.pro
|
|
index f372c46..3083cb4 100644
|
|
--- a/kylin-screenshot.pro
|
|
+++ b/kylin-screenshot.pro
|
|
@@ -315,11 +315,7 @@ unix:!macx {
|
|
|
|
servicedbus.path = $${PREFIX}/share/dbus-1/services/
|
|
|
|
- packaging {
|
|
- servicedbus.files = dbus/package/org.dharkael.kylinscreenshot.service
|
|
- } else {
|
|
- servicedbus.files = dbus/make/org.dharkael.kylinscreenshot.service
|
|
- }
|
|
+ servicedbus.files = dbus/package/org.dharkael.kylinscreenshot.service
|
|
|
|
INSTALLS += target \
|
|
icon \
|
|
--
|
|
2.33.0
|
|
|