-
Notifications
You must be signed in to change notification settings - Fork 22
/
thunderstore.toml
39 lines (32 loc) · 979 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 = "Galactic_Scale"
name = "GalacticScale"
versionNumber = "2.16.2"
description = "v2.16.2 Galaxy Customization. New Planets. Different Sized Planets. Up to 100 Planets/star and 1024 Stars. DF is more or less balanced. See GS Discord Server"
websiteUrl = "https://github.com/Touhma/DSP_Plugins"
containsNsfwContent = false
[package.dependencies]
"xiaoye97-BepInEx" = "5.4.17"
"crecheng-CloseError" = "1.0.0"
[build]
icon = "./Package/icon.png"
readme = "./Package/README.md"
outdir = "./"
[[build.copy]]
source = "./obj/Debug/net472/GalacticScale.dll"
target = "./GalacticScale.dll"
[[build.copy]]
source = "./Package/GSUI.dll"
target = "./GSUI.dll"
[[build.copy]]
source = "./Package/3rdPartyLicenses.md"
target = "./3rdPartyLicenses.md"
[[build.copy]]
source = "./Package/galacticbundle"
target = "./galacticbundle"
[general]
repository = "https://dsp.thunderstore.io"
[publish]
communities = ["dyson-sphere-program"]