From 55d4daca69ba9122a137f58c60151953b853b36c Mon Sep 17 00:00:00 2001 From: TrainDoctor Date: Wed, 10 Aug 2022 14:11:27 -0700 Subject: [PATCH] Added "do not upload" tag to plugin-template --- plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.json b/plugin.json index 226eec9..ac035b9 100644 --- a/plugin.json +++ b/plugin.json @@ -3,7 +3,7 @@ "author": "John Doe", "flags": ["debug", "_root"], "publish": { - "tags": ["template", "root"], + "tags": ["template", "root", "dnu"], "description": "Decky example plugin.", "image": "https://opengraph.githubassets.com/1/SteamDeckHomebrew/PluginLoader" }