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

Set Registration UUID from Template Execution #135

Closed hugodahl closed 5 years ago

hugodahl commented 5 years ago

Rather than doing a bunch of Regex, SED and other complex operations to extract the UUID for the project, specify it (hard coded) when running the template, where it is originally specified to run the template.

NOTE the .sh file needs to be tested on macOS to ensure it behaves as expected.

hugodahl commented 5 years ago

As discussed on stream on 2019/02/22 with @smabuk, a change or comment explaining the difference between the $(PluginName) and ${pluginName} to clarify which is which, or what they're each used for, would go a long way to remove any potential confusion between the two.

hugodahl commented 5 years ago

The script variables have been renamed to be sufficiently different from the Template's replacement strings. The .sh script has also been tested successfully on macOS