-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
thunderstore.toml
36 lines (29 loc) · 1.03 KB
/
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
[config]
schemaVersion = "0.0.1"
[package]
namespace = "API_dev"
name = "API"
versionNumber = "2.15.2"
description = "The de-facto standard core API for all Inscryption mods. This lets you create new cards, abilities, challenges, map nodes, starter decks, and more."
websiteUrl = "https://github.com/ScottWilson0903/InscryptionAPI"
containsNsfwContent = false
[package.dependencies]
BepInEx-BepInExPack_Inscryption = "5.4.1902"
BepInEx-MonoMod_Loader_Inscryption = "1.0.0"
[build]
icon = "./icon.png"
readme = "./README.md"
outdir = "./build"
[[build.copy]]
source = "InscryptionAPI/bin/Release/InscryptionAPI.dll"
target = "plugins/InscryptionAPI.dll"
[[build.copy]]
source = "APIPatcher/bin/Release/Assembly-CSharp.APIPatcher.mm.dll"
target = "monomod/Assembly-CSharp.APIPatcher.mm.dll"
[[build.copy]]
source = "InscryptionCommunityPatch/bin/Release/InscryptionCommunityPatch.dll"
target = "plugins/InscryptionCommunityPatch.dll"
[publish]
repository = "https://inscryption.thunderstore.io"
communities = ["inscryption"]
categories = ["libraries"]