forked from Touhma/DSP_Galactic_Scale
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy paththunderstore.toml
More file actions
36 lines (32 loc) · 890 Bytes
/
thunderstore.toml
File metadata and controls
36 lines (32 loc) · 890 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
[config]
schemaVersion = "0.0.1"
[package]
namespace = "Galactic_Scale"
name = "GalacticScale"
versionNumber = "2.2.16"
description = "v2.2.0.16. Save compatibility fix"
websiteUrl = "https://github.com/Touhma/DSP_Plugins"
containsNsfwContent = false
[package.dependencies]
"xiaoye97-BepInEx" = "5.4.17"
"nebula-NebulaMultiplayerModApi" = "1.1.2"
[build]
icon = "./Package/icon.png"
readme = "./Package/README.md"
outdir = "./"
[[build.copy]]
source = "./GalacticScale2/bin/Debug/GalacticScale.dll"
target = "./GalacticScale.dll"
[[build.copy]]
source = "./GalacticScale2/bin/Debug/GSUI.dll"
target = "./GSUI.dll"
[[build.copy]]
source = "./Package/3rdPartyLicenses.md"
target = "./3rdPartyLicenses.md"
[[build.copy]]
source = "./Package/galacticbundle"
target = "./galacticbundle"
[publish]
repository = "https://thunderstore.io"
communities = ["dyson-sphere-program"]
categories = []