~avery/recapture

69582c1d95155788ab716a339d90c4a3e2848cba — Avery 1 year, 2 months ago 0fdbe01
Move description to store section of plugin manifest
1 files changed, 11 insertions(+), 10 deletions(-)

M plugin/plugin.toml
M plugin/plugin.toml => plugin/plugin.toml +11 -10
@@ 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.
"""