11 lines
249 B
TOML
11 lines
249 B
TOML
id = "heck"
|
|
name = "Heck"
|
|
repo = "Aeroluna/Heck"
|
|
asset_patterns = ["Heck-*.zip"]
|
|
install_strategy = "bsipa-zip"
|
|
category = "library"
|
|
dependencies = [
|
|
{ id = "bsipa", constraint = ">=4.3.7" },
|
|
{ id = "customjsondata", constraint = ">=2.6.8" },
|
|
]
|