From 91380b069544810e412c2087d986ed8ee00cde6c Mon Sep 17 00:00:00 2001 From: Laurent Trinques Date: Sun, 16 Aug 2026 13:39:51 +0200 Subject: [PATCH] Update org.qelectrotech.QElectroTech.json --- build-aux/flatpak/org.qelectrotech.QElectroTech.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/build-aux/flatpak/org.qelectrotech.QElectroTech.json b/build-aux/flatpak/org.qelectrotech.QElectroTech.json index 48c48b5f2..beda1d643 100644 --- a/build-aux/flatpak/org.qelectrotech.QElectroTech.json +++ b/build-aux/flatpak/org.qelectrotech.QElectroTech.json @@ -44,8 +44,12 @@ ], "post-install": [ "mv ${FLATPAK_DEST}/share/mime/packages/qelectrotech.xml ${FLATPAK_DEST}/share/mime/packages/org.qelectrotech.QElectroTech.xml" - - + ], + "sources": [ + { + "type": "dir", + "path": "../.." + } ] } ]