From 9c7082d0e7b1a630db8d9122f75e70f603d68f7d Mon Sep 17 00:00:00 2001 From: Rafael Appelt Date: Sun, 27 Nov 2022 01:40:51 +0000 Subject: [PATCH] Fix file name on plugin's readme. --- plugins/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/README.txt b/plugins/README.txt index a9f696584..a292a0c22 100644 --- a/plugins/README.txt +++ b/plugins/README.txt @@ -20,7 +20,7 @@ For the desktop client (this project): C. Remove all the translations D. Set X-KDEConnect-SupportedPacketType and X-KDEConnect-OutgoingPacketType to the packet type your plugin will receive and send, respectively. In this example this is "kdeconnect.findmyphone". Make sure that this matches what is defined in - the findmyplugin.h file (in the line "#define PACKET_TYPE_..."), and also in Android. + the findmyphoneplugin.h file (in the line "#define PACKET_TYPE_..."), and also in Android. 10. Now you have an empty skeleton to implement your new plugin logic. For Android (project kdeconnect-android):