-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththunderstore.toml
More file actions
48 lines (38 loc) · 1.16 KB
/
thunderstore.toml
File metadata and controls
48 lines (38 loc) · 1.16 KB
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
42
43
44
45
46
47
48
# This file is used by the Thunderstore CLI to build and publish your mod to Thunderstore. https://github.com/thunderstore-io/thunderstore-cli
[config]
schemaVersion = "0.0.1"
[package]
namespace = "ResoniteModding"
name = "BepisModSettings"
versionNumber = "1.5.0"
description = "Lets you edit your mod settings in the settings tab of the dashboard"
websiteUrl = "https://github.com/ResoniteModding/BepisModSettings"
containsNsfwContent = false
[package.dependencies]
ResoniteModding-BepisLoader = "1.6.0"
ResoniteModding-BepisLocaleLoader = "1.2.1"
ResoniteModding-BepisResoniteWrapper = "1.0.2"
[build]
icon = "./icon.png"
readme = "./README.md"
outdir = "./build"
[[build.copy]]
source = "./BepisModSettings/bin/Release/BepisModSettings.dll"
target = "plugins/BepisModSettings/"
[[build.copy]]
source = "./BepisModSettings/bin/Release/BepisModSettings.pdb"
target = "plugins/BepisModSettings/"
[[build.copy]]
source = "./BepisModSettings/Locale"
target = "plugins/BepisModSettings/Locale"
[[build.copy]]
source = "./LICENSE"
target = "/"
[publish]
repository = "https://thunderstore.io"
communities = ["resonite"]
[publish.categories]
resonite = [
"dashboard",
"misc",
]