forked from InscryptionModding/InscryptionAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththunderstore.toml
35 lines (28 loc) · 974 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
[config]
schemaVersion = "0.0.1"
[package]
namespace = "api_dev"
name = "API"
versionNumber = "2.1.0"
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.1901"
[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/APIPatcher.dll"
target = "patchers/APIPatcher.dll"
[[build.copy]]
source = "InscryptionCommunityPatch/bin/Release/InscryptionCommunityPatch.dll"
target = "plugins/InscryptionCommunityPatch.dll"
[publish]
repository = "https://inscryption.thunderstore.io"
communities = ["inscryption"]
categories = ["libraries"]