-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththunderstore.toml
More file actions
44 lines (34 loc) · 1.19 KB
/
thunderstore.toml
File metadata and controls
44 lines (34 loc) · 1.19 KB
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
40
41
42
43
44
[config]
schemaVersion = "0.0.1"
[general]
repository = "https://thunderstore.io"
[package]
namespace = "darmuh"
name = "FovUpdate"
description = "Allows you to update the game's FOV to your desired setting. Also provides support for upscaling/downscaling the game as well as support for UltraWide or UltraLong screens (if enabled)"
websiteUrl = "https://github.com/darmuh/FovUpdate" # TODO: Add a link to your mod repository here (optional)
containsNsfwContent = false
[package.dependencies]
BepInEx-BepInExPack = "5.4.2304"
[build]
icon = "/_RELEASE/icon.png"
readme = "/README.md"
outdir = "/artifacts/thunderstore/"
[[build.copy]]
source = "/artifacts/bin/FovUpdate/release/com.github.darmuh.FovUpdate.dll"
target = "plugins/"
[[build.copy]]
source = "/_RELEASE/CHANGELOG.md"
target = "/"
[[build.copy]]
source = "/_RELEASE/LICENSE.MD"
target = "/"
# The following config options only apply when using TCLI to publish to Thunderstore directly:
[publish]
# See communities at:
# https://thunderstore.io/api/experimental/community/
communities = [ "repo" ]
[publish.categories]
# See categories at:
# https://thunderstore.io/api/experimental/community/repo/category/
repo = [ "mods", "tools", "misc" ]