25 lines
860 B
Diff
25 lines
860 B
Diff
From d2e95b597b07c86299a8f057970cf2dd6a807edc Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Robert-Andr=C3=A9=20Mauchin?=
|
|
<30413512+eclipseo@users.noreply.github.com>
|
|
Date: Mon, 24 Aug 2020 19:45:30 +0200
|
|
Subject: [PATCH] Grab ZeGrapher.appdata.xml from the appdata dir
|
|
|
|
It's trying to find the Appdata file from the root directory while it is actually in the appdata directory.
|
|
---
|
|
ZeGrapher.pro | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/ZeGrapher.pro b/ZeGrapher.pro
|
|
index f59c964..834c1c0 100644
|
|
--- a/ZeGrapher.pro
|
|
+++ b/ZeGrapher.pro
|
|
@@ -204,7 +204,7 @@ target.path = $$INSTROOT$$BINDIR
|
|
translations.path = $$INSTROOT$$DSRDIR/locale
|
|
|
|
desktop.files = ZeGrapher.desktop
|
|
-appdata.files = ZeGrapher.appdata.xml
|
|
+appdata.files = appdata/ZeGrapher.appdata.xml
|
|
icon.files = icons/ZeGrapher.png
|
|
translations.files = ZeGrapher_fr.qm
|
|
|