-
Notifications
You must be signed in to change notification settings - Fork 1
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
Cannot use from wsl without a --host param (and probably directory too) #5
Comments
Those additions make sense for wsl. I may be able to put something together for that sooner than a few weeks |
As i suspected, adding the We dont need the Openplanet directory to make the plugin load so is that |
And yeah, the changes I made were pretty minimal. Basically just a bit of refactoring to override defaults. I'm happy to test if there's a branch or whatever. |
I think i should have it all working now but would love your feedback if you dont mind. Branch name is |
I have a modified version of tm-remote-build on my main machine and while setting things up again on my laptop re-found that I can't use it from WSL. The two args I added to make it work was host and directory.
The command I use is
tm-remote-build load folder "$PLUGIN_FOLDER_NAME" --host 172.18.16.1 --port 30000 -v -d "$HOME/OpenplanetNext/"
I can share my modifications in a few weeks when I'm back in Australia.
The text was updated successfully, but these errors were encountered: