From 0020585b903cc3705b976eb0d147f397ab7691df Mon Sep 17 00:00:00 2001 From: Diekoloreoluwa Mayowa Akinsete Date: Mon, 3 Feb 2025 01:05:40 +0100 Subject: [PATCH 1/2] Create New Plugin FlowRichPresence-6CD987FE4D5E43438EE51C43D0961F89 --- ...ichPresence-6CD987FE4D5E43438EE51C43D0961F89.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 plugins/FlowRichPresence-6CD987FE4D5E43438EE51C43D0961F89.json diff --git a/plugins/FlowRichPresence-6CD987FE4D5E43438EE51C43D0961F89.json b/plugins/FlowRichPresence-6CD987FE4D5E43438EE51C43D0961F89.json new file mode 100644 index 000000000..f870f5ff9 --- /dev/null +++ b/plugins/FlowRichPresence-6CD987FE4D5E43438EE51C43D0961F89.json @@ -0,0 +1,12 @@ +{ + "ID": "6CD987FE4D5E43438EE51C43D0961F89", + "Name": "FlowRichPresence", + "Description": "A plugin for creating and running custom discord rich presences from flow launcher", + "Author": "DiekoMA", + "Version": "1.0.0", + "Language": "csharp", + "Website": "https://github.com/DiekoMA/Flow.Launcher.Plugin.FlowRichPresence", + "UrlDownload": "https://github.com/DiekoMA/Flow.Launcher.Plugin.FlowRichPresence/releases/download/v1.0.0/FlowRichPresence-1.0.0.zip", + "UrlSourceCode": "https://github.com/DiekoMA/Flow.Launcher.Plugin.FlowRichPresence", + "IcoPath": "https://cdn.jsdelivr.net/gh/DiekoMA/Flow.Launcher.Plugin.FlowRichPresence@main/Assets/PluginIcon.png", +} From 84e3426fa9710c66d308b280cfa47d347465819a Mon Sep 17 00:00:00 2001 From: Diekoloreoluwa Mayowa Akinsete Date: Tue, 4 Feb 2025 16:45:54 +0100 Subject: [PATCH 2/2] Update FlowRichPresence-6CD987FE4D5E43438EE51C43D0961F89.json Removed trailing comma causing issues with tests. --- plugins/FlowRichPresence-6CD987FE4D5E43438EE51C43D0961F89.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/FlowRichPresence-6CD987FE4D5E43438EE51C43D0961F89.json b/plugins/FlowRichPresence-6CD987FE4D5E43438EE51C43D0961F89.json index f870f5ff9..dd91a3e73 100644 --- a/plugins/FlowRichPresence-6CD987FE4D5E43438EE51C43D0961F89.json +++ b/plugins/FlowRichPresence-6CD987FE4D5E43438EE51C43D0961F89.json @@ -8,5 +8,5 @@ "Website": "https://github.com/DiekoMA/Flow.Launcher.Plugin.FlowRichPresence", "UrlDownload": "https://github.com/DiekoMA/Flow.Launcher.Plugin.FlowRichPresence/releases/download/v1.0.0/FlowRichPresence-1.0.0.zip", "UrlSourceCode": "https://github.com/DiekoMA/Flow.Launcher.Plugin.FlowRichPresence", - "IcoPath": "https://cdn.jsdelivr.net/gh/DiekoMA/Flow.Launcher.Plugin.FlowRichPresence@main/Assets/PluginIcon.png", + "IcoPath": "https://cdn.jsdelivr.net/gh/DiekoMA/Flow.Launcher.Plugin.FlowRichPresence@main/Assets/PluginIcon.png" }