From 69582c1d95155788ab716a339d90c4a3e2848cba Mon Sep 17 00:00:00 2001 From: Avery Date: Sun, 17 Jul 2022 12:27:20 -0400 Subject: [PATCH] Move description to store section of plugin manifest --- plugin/plugin.toml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/plugin/plugin.toml b/plugin/plugin.toml index 0ad4735..4b471be 100644 --- a/plugin/plugin.toml +++ b/plugin/plugin.toml @@ -4,15 +4,6 @@ link = "https://git.sr.ht/~avery/recapture" source = "https://git.sr.ht/~avery/recapture" min-crankshaft-version = "0.1.5" -description = """ -Recapture is a hardware-accelerated screen recorder for the Steam Deck's Game -Mode. - -After installing this plugin, the screen recorder will be available from the -quick access menu. If the plugin doesn't appear, restart Crankshaft from the -Crankshaft Settings menu after installing the plugin. -""" - [author] name = "Avery" link = "https://avery.cafe/" @@ -26,4 +17,14 @@ link = "https://avery.cafe/" [entrypoints.deck] library = false menu = false - quick-access = true \ No newline at end of file + quick-access = true + +[store] +description = """ +Recapture is a hardware-accelerated screen recorder for the Steam Deck's Game +Mode. + +After installing this plugin, the screen recorder will be available from the +quick access menu. If the plugin doesn't appear, restart Crankshaft from the +Crankshaft Settings menu after installing the plugin. +""" -- 2.38.5