-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy paththunderstore.toml
43 lines (34 loc) · 1.08 KB
/
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
41
[config]
schemaVersion = "0.0.1"
[package]
namespace = "loaforc"
name = "FacilityMeltdown"
versionNumber = "2.6.15"
description = "Maybe taking the apparatus out isn't such a great idea... (v56)"
websiteUrl = "https://github.com/LoafOrc/FacilityMeltdown"
containsNsfwContent = false
[package.dependencies]
BepInEx-BepInExPack = "5.4.2100"
BMX-LobbyCompatibility="1.1.0"
Evaisa-LethalLib = "0.16.0"
[build]
icon = "./Thunderstore/icon.png"
readme = "./Thunderstore/README.md"
outdir = "./build"
[[build.copy]]
source = "./FacilityMeltdown/bin/Release/netstandard2.1/FacilityMeltdown.dll"
target = "./plugins/FacilityMeltdown/FacilityMeltdown.dll"
[[build.copy]]
source = "./Assets/facilitymeltdown"
target = "./plugins/FacilityMeltdown/facilitymeltdown"
[[build.copy]]
source = "./Thunderstore/CHANGELOG.md"
target = "./CHANGELOG.md"
[[build.copy]]
source = "./FacilityMeltdown/bin/Release/netstandard2.1/lang"
target = "./plugins/FacilityMeltdown/lang"
[publish]
repository = "https://thunderstore.io"
communities = [ "riskofrain2", ]
[publish.categories]
riskofrain2 = [ "items", "skills", ]