forked from nikita/muzika-gromche
Add Thunderstore config for automated uploading
This commit is contained in:
parent
b1d449cf02
commit
d59c5a20c1
|
|
@ -6,7 +6,15 @@
|
||||||
"version": "4.4.2",
|
"version": "4.4.2",
|
||||||
"commands": [
|
"commands": [
|
||||||
"netcode-patch"
|
"netcode-patch"
|
||||||
]
|
],
|
||||||
|
"rollForward": false
|
||||||
|
},
|
||||||
|
"tcli": {
|
||||||
|
"version": "0.2.4",
|
||||||
|
"commands": [
|
||||||
|
"tcli"
|
||||||
|
],
|
||||||
|
"rollForward": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -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" ]
|
||||||
Loading…
Reference in New Issue