From fcaa44cef1b55f9dd5ad2553af6af3279d20e4fe Mon Sep 17 00:00:00 2001 From: DarkAtra Date: Mon, 27 May 2024 21:50:19 +0200 Subject: [PATCH] fix: thunderstore publish --- thunderstore.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/thunderstore.toml b/thunderstore.toml index 629c242..06a66af 100644 --- a/thunderstore.toml +++ b/thunderstore.toml @@ -22,6 +22,8 @@ source = "./build/v-rising-discord-bot-companion.dll" target = "v-rising-discord-bot-companion.dll" [publish] -repository = "https://v-rising.thunderstore.io" +repository = "https://thunderstore.io" communities = ["v-rising"] -categories = ["gloomrot-update", "mods", "server"] + +[publish.categories] +v-rising = ["gloomrot-update", "mods", "server"]