From 021f63cdbcf7d7f41270efbe0fc60033e91bdf36 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sat, 1 Mar 2025 18:47:59 -0500 Subject: [PATCH] Fix exported files --- clipstudio-kde.spec | 3 ++- procreate-kde.spec | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/clipstudio-kde.spec b/clipstudio-kde.spec index 81e7cc7..b4fc961 100644 --- a/clipstudio-kde.spec +++ b/clipstudio-kde.spec @@ -40,7 +40,8 @@ cd clipstudio-kde-master %files %doc clipstudio-kde-master/README.md -%{_kf6_bindir}/%{name} +%{_kf6_qtplugindir}/imageformats/clipstudioplugin.so +%{_kf6_qtplugindir}/kf6/thumbcreator/clipstudiothumbnail.so %changelog %autochangelog diff --git a/procreate-kde.spec b/procreate-kde.spec index ffc57bf..9509428 100644 --- a/procreate-kde.spec +++ b/procreate-kde.spec @@ -39,7 +39,8 @@ cd procreate-kde-master %files %doc procreate-kde-master/README.md -%{_kf6_bindir}/%{name} +%{_kf6_qtplugindir}/imageformats/procreateplugin.so +%{_kf6_qtplugindir}/kf6/thumbcreator/procreatethumbnail.so %changelog %autochangelog