forked from LoafOrc/FacilityMeltdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththunderstore.toml
40 lines (32 loc) · 939 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
[config]
schemaVersion = "0.0.1"
[package]
namespace = "loaforc"
name = "FacilityMeltdown"
versionNumber = "2.4.5"
description = "Maybe taking the apparatus out isn't such a great idea..."
websiteUrl = "https://github.com/LoafOrc/FacilityMeltdown"
containsNsfwContent = false
[package.dependencies]
BepInEx-BepInExPack = "5.4.2100"
Evaisa-LethalLib = "0.14.2"
NotAtomicBomb-TerminalApi = "1.5.2"
Sigurd-CSync = "3.1.1"
[build]
icon = "./icon.png"
readme = "./README.md"
outdir = "./build"
[[build.copy]]
source = "./bin/Release/netstandard2.1/FacilityMeltdown.dll"
target = "./plugins/FacilityMeltdown/FacilityMeltdown.dll"
[[build.copy]]
source = "./facilitymeltdown"
target = "./plugins/FacilityMeltdown/facilitymeltdown"
[[build.copy]]
source = "./CHANGELOG.md"
target = "./CHANGELOG.md"
[publish]
repository = "https://thunderstore.io"
communities = [ "riskofrain2", ]
[publish.categories]
riskofrain2 = [ "items", "skills", ]