generated from LethalCompanyCommunity/LethalCompanyTemplate
-
Notifications
You must be signed in to change notification settings - Fork 9
/
thunderstore.toml
40 lines (31 loc) · 883 Bytes
/
thunderstore.toml
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
36
37
38
39
40
[config]
schemaVersion = "0.0.1"
[general]
repository = "https://thunderstore.io"
[package]
namespace = "YourThunderstoreTeam"
name = "Template"
description = "A template for Lethal Company plugins."
websiteUrl = "https://github.com/Distractic/LethalCompanyTemplate"
containsNsfwContent = false
[package.dependencies]
# https://thunderstore.io/c/lethal-company/p/BepInEx/BepInExPack/
BepInEx-BepInExPack = "5.4.2100"
[build]
icon = "icon.png"
readme = "README.md"
outdir = "build"
[[build.copy]]
source = "Template/bin/Template.dll"
target = "BepInEx/plugins/Template.dll"
[[build.copy]]
source = "CHANGELOG.md"
target = "CHANGELOG.md"
[[build.copy]]
source = "LICENSE"
target = "LICENSE"
[publish]
communities = ["lethal-company"]
[publish.categories]
# The categories are available at https://thunderstore.io near of the search bar
lethal-company = ["bepinex", "mods"]