1
0
Fork 0

Add Thunderstore config for automated uploading

This commit is contained in:
ivan tkachenko 2026-01-12 04:00:33 +02:00
parent b1d449cf02
commit d59c5a20c1
2 changed files with 29 additions and 1 deletions

View File

@ -6,7 +6,15 @@
"version": "4.4.2",
"commands": [
"netcode-patch"
]
],
"rollForward": false
},
"tcli": {
"version": "0.2.4",
"commands": [
"tcli"
],
"rollForward": false
}
}
}

20
thunderstore.toml Normal file
View File

@ -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" ]