oddbear / GoXLR-TouchPortal-Plugin

A plugin for TouchPortal that works like the StreamDeck plugin.
MIT License
15 stars 3 forks source link

Mac OS support #5

Closed oddbear closed 3 years ago

oddbear commented 3 years ago

This plugin should work on Mac OS X. It might be as easy as updating the entry.tp file.

"plugin_start_cmd": "\"%TP_PLUGIN_FOLDER%GoXLR\\GoXLR.Worker.exe\"", then needs to be changed to something like "plugin_start_cmd": "\"dotnet %TP_PLUGIN_FOLDER%GoXLR\\GoXLR.Worker.dll\"", or "plugin_start_cmd": "dotnet \"%TP_PLUGIN_FOLDER%GoXLR\\GoXLR.Worker.dll\"",

The build is framework independent, so as long as no of the dependencies is windows specific, it should work.

oddbear commented 3 years ago

Release is added to the alpha 0.2 release.

It would be nice to find a better way of running the application. The startup cmd is not pretty.

Also it failed for some reason at first load. After restarting TouchPortal it worked however.

Need more testing.