-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy paththunderstore.toml
More file actions
35 lines (27 loc) · 744 Bytes
/
thunderstore.toml
File metadata and controls
35 lines (27 loc) · 744 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[config]
schemaVersion = "0.0.1"
[package]
namespace = "xhayper"
name = "COTL_API"
versionNumber = "0.3.3"
description = "A library to easily interact with Cult of the Lamb"
websiteUrl = "https://cotl-api.vercel.app/"
containsNsfwContent = false
[package.dependencies]
BepInEx-BepInExPack_CultOfTheLamb = "5.4.21"
[build]
icon = "./icon.png"
readme = "./README.md"
outdir = "./build"
[[build.copy]]
source = "bin/Release/COTL_API/COTL_API.dll"
target = "plugins/io.github.xhayper.COTL_API/COTL_API.dll"
[[build.copy]]
source = "Assets"
target = "plugins/io.github.xhayper.COTL_API/Assets"
[general]
repository = "https://thunderstore.io"
[publish]
communities = ["cult-of-the-lamb"]
[publish.categories]
cult-of-the-lamb = ["libraries"]