-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy paththunderstore.toml
More file actions
50 lines (38 loc) · 945 Bytes
/
Copy paththunderstore.toml
File metadata and controls
50 lines (38 loc) · 945 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[config]
schemaVersion = "0.0.1"
[package]
namespace = "PonyWarrior"
name = "PonyAO"
versionNumber = "0.5.9"
description = "Overhauls different aspects of the game, fully configurable."
websiteUrl = "https://github.com/PonyWarrior/PonyAO"
containsNsfwContent = false
[package.dependencies]
Hell2Modding-Hell2Modding = "1.0.28"
SGG_Modding-ENVY = "1.0.1"
SGG_Modding-Chalk = "2.0.2"
SGG_Modding-ReLoad = "1.0.1"
SGG_Modding-SJSON = "1.0.0"
SGG_Modding-ModUtil = "4.0.0"
PonyWarrior-PonyQOL2 = "0.7.0"
[build]
icon = "./icon.png"
readme = "./README.md"
outdir = "./build"
[[build.copy]]
source = "./CHANGELOG.md"
target = "./CHANGELOG.md"
[[build.copy]]
source = "./LICENSE"
target = "./LICENSE"
[[build.copy]]
source = "./src"
target = "./plugins"
[[build.copy]]
source = "./packages"
target = "./plugins_data"
[publish]
repository = "https://thunderstore.io"
communities = [ "hades-ii", ]
[publish.categories]
hades-ii = [ "mods", ]