Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mac OS support #5

Closed
oddbear opened this issue Jan 10, 2021 · 1 comment
Closed

Mac OS support #5

oddbear opened this issue Jan 10, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@oddbear
Copy link
Owner

oddbear commented Jan 10, 2021

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 oddbear added the enhancement New feature or request label Jan 10, 2021
@oddbear oddbear mentioned this issue Jan 10, 2021
@oddbear
Copy link
Owner Author

oddbear commented Jan 10, 2021

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.

@oddbear oddbear self-assigned this Jan 10, 2021
@oddbear oddbear added this to the v0.5 milestone Jan 21, 2021
oddbear added a commit that referenced this issue Jan 24, 2021
@oddbear oddbear closed this as completed Jan 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant