FritzAndFriends / StreamDeckToolkit

A .NET Standard library, template, and tools for building extensions to the Elgato Stream Deck
MIT License
164 stars 45 forks source link

Category fix #155

Closed AlexHedley closed 4 years ago

AlexHedley commented 4 years ago

154 Category icons aren't used in template.

Updated the manifest.json CategoryIcon value to not include the file extension. Set the category images output settings to copy.

Elgato Sample:

"CategoryIcon": "plugin/images/actions/category", https://github.com/elgatosf/streamdeck-philipshue/blob/master/Sources/com.elgato.philips-hue.sdPlugin/manifest.json#L60

csharpfritz commented 4 years ago

Thank you for identifying and sending over this fix. Much appreciated!