From d59c5a20c145957cb5253c1c83933fb67ec6c18c Mon Sep 17 00:00:00 2001 From: ivan tkachenko Date: Mon, 12 Jan 2026 04:00:33 +0200 Subject: [PATCH] Add Thunderstore config for automated uploading --- dotnet-tools.json | 10 +++++++++- thunderstore.toml | 20 ++++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 thunderstore.toml diff --git a/dotnet-tools.json b/dotnet-tools.json index a3e1d07..9dfa82c 100644 --- a/dotnet-tools.json +++ b/dotnet-tools.json @@ -6,7 +6,15 @@ "version": "4.4.2", "commands": [ "netcode-patch" - ] + ], + "rollForward": false + }, + "tcli": { + "version": "0.2.4", + "commands": [ + "tcli" + ], + "rollForward": false } } } \ No newline at end of file diff --git a/thunderstore.toml b/thunderstore.toml new file mode 100644 index 0000000..99451ed --- /dev/null +++ b/thunderstore.toml @@ -0,0 +1,20 @@ +# - set token variable from .env file +# - dotnet tool restore +# - dotnet tcli publish --file dist/MuzikaGromche-Release.zip + +[config] +schemaVersion = "0.0.1" + +[package] +namespace = "Ratijas" +name = "MuzikaGromche" +description = "Add some content to your inverse teleporter experience on Titan!" +websiteUrl = "https://git.vilunov.me/ratijas/muzika-gromche" +containsNsfwContent = false + +[publish] +repository = "https://thunderstore.io" +communities = [ "lethal-company" ] + +[publish.categories] +lethal-company = [ "mods", "audio", "bepinex", "clientside", "serverside", "monsters" ]