chore(Scout): add to updater json

This commit is contained in:
LavaDesu 2025-05-29 03:44:07 +10:00
parent c8857e61fc
commit d8bfd28dd7
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -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)
}