From 1228d24ccc4457d5678fdf69a563e09c3282ce84 Mon Sep 17 00:00:00 2001 From: TrainDoctor Date: Sun, 9 Oct 2022 08:55:03 -0700 Subject: [PATCH] Fix plugin template having the do not upload tag --- plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.json b/plugin.json index ac035b9..226eec9 100644 --- a/plugin.json +++ b/plugin.json @@ -3,7 +3,7 @@ "author": "John Doe", "flags": ["debug", "_root"], "publish": { - "tags": ["template", "root", "dnu"], + "tags": ["template", "root"], "description": "Decky example plugin.", "image": "https://opengraph.githubassets.com/1/SteamDeckHomebrew/PluginLoader" }