ninesols-glitch-restore/thunderstore/thunderstore.toml
Sakimori 75c78c5645
Some checks are pending
build / build (push) Waiting to run
tidied up toml
2025-04-18 03:02:38 -04:00

27 lines
525 B
TOML

[config]
schemaVersion = "0.1.0"
[package]
namespace = "glitchrestore"
name = "Glitch Restore"
versionNumber = "0.1.0"
description = "Bring back speedrun tricks"
websiteUrl = "https://git.yinglet.com/zhetadelta/ninesols-glitch-restore"
containsNsfwContent = false
[package.dependencies]
"BepInEx-BepInExPack" = "5.4.2100"
[build]
icon = "./icon.png"
readme = "./README.md"
outdir = "./build"
[[build.copy]]
source = "build/dll"
target = "."
[publish]
repository = "https://thunderstore.io"
communities = [ "nine-sols" ]