Fix plugin template having the do not upload tag

This commit is contained in:
TrainDoctor 2022-10-09 08:55:03 -07:00
parent fee981b521
commit 1228d24ccc
No known key found for this signature in database
GPG key ID: FFABB0E08B5CEDD9

View file

@ -3,7 +3,7 @@
"author": "John Doe", "author": "John Doe",
"flags": ["debug", "_root"], "flags": ["debug", "_root"],
"publish": { "publish": {
"tags": ["template", "root", "dnu"], "tags": ["template", "root"],
"description": "Decky example plugin.", "description": "Decky example plugin.",
"image": "https://opengraph.githubassets.com/1/SteamDeckHomebrew/PluginLoader" "image": "https://opengraph.githubassets.com/1/SteamDeckHomebrew/PluginLoader"
} }