Refactor plugin registry into separate files per plugin
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
id = "reecamera"
|
||||
name = "ReeCamera"
|
||||
repo = "Reezonate/ReeCamera"
|
||||
asset_patterns = ["ReeCamera.*.zip"]
|
||||
install_strategy = "root-zip"
|
||||
category = "camera"
|
||||
dependencies = [
|
||||
{ id = "camerautils", constraint = ">=1.0.8" },
|
||||
{ id = "bsipa", constraint = ">=4.3.7" },
|
||||
]
|
||||
Reference in New Issue
Block a user