From d8bfd28dd745872e14ecc489f4890bd0c07fad38 Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Thu, 29 May 2025 03:44:07 +1000 Subject: [PATCH] chore(Scout): add to updater json --- plugins/Scout/build.gradle.kts | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/plugins/Scout/build.gradle.kts b/plugins/Scout/build.gradle.kts index ec50e58..acfbcff 100644 --- a/plugins/Scout/build.gradle.kts +++ b/plugins/Scout/build.gradle.kts @@ -7,11 +7,5 @@ aliucord { 1.0.0 - Initial release >w< """.trimIndent()) - // Add additional authors to this plugin - // author("Name", 0) - // author("Name", 0) - - // Excludes this plugin from the updater, meaning it won't show up for users. - // Set this if the plugin is unfinished - excludeFromUpdaterJson.set(true) + excludeFromUpdaterJson.set(false) }