-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththunderstore.toml
More file actions
39 lines (30 loc) · 784 Bytes
/
Copy paththunderstore.toml
File metadata and controls
39 lines (30 loc) · 784 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
[config]
schemaVersion = "0.0.1"
[package]
namespace = "Dannyj1"
name = "Hades_II_Randomizer"
versionNumber = "1.6.0"
description = "Hades II Randomizer is a mod that randomizes certain parts of the game everytime you start a new run."
websiteUrl = "https://github.com/Dannyj1/HadesIIRandomizer/"
containsNsfwContent = false
[package.dependencies]
SGG_Modding-DemonDaemon = "1.1.0"
SGG_Modding-ModUtil = "4.0.1"
[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 = "./"
[publish]
repository = "https://thunderstore.io"
communities = [ "hades-ii", ]
[publish.categories]
hades-ii = [ "mods", ]