You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: