Files
community-plugins/prismlauncher-instances/plugin.toml
T
5ccb52baae feat: add prismlauncher instances plugin (#15)
* feat: add prismlauncher instances plugin

* declare prismlauncher dependency

* Remove leading slash from launcher prefix

* Change tags for plugin.toml

Updated tags in plugin.toml to better reflect functionality.

* fix: use noctalia.listDir

* mention prismlauncher dependency in the readme

---------

Co-authored-by: Lemmy <studio@quadbyte.net>
2026-07-15 09:30:44 -04:00

27 lines
708 B
TOML

id = "radimous/prismlauncher-instances"
name = "PrismLauncher Instances"
version = "1.0.0"
min_noctalia = "5.0.0"
author = "radimous"
license = "MIT"
dependencies = ["prismlauncher"]
icon = "nut"
deprecated = false
description = "A launcher provider that adds PrismLauncher instances to the noctalia launcher."
tags = ["gaming", "launcher"]
[[launcher_provider]]
id = "prismlauncher-instances"
entry = "prismlauncher-instances.luau"
prefix = "pl"
glyph = "nut"
include_in_global_search = false
debounce_ms = 0
[[setting]]
key = "prism_path"
type = "string"
label_key = "settings.prismlauncher_path.label"
description_key = "settings.prismlauncher_path.description"
default = "~/.local/share/PrismLauncher"