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

Add location support for LPL #6

Closed
ackwell opened this issue Sep 13, 2020 · 0 comments
Closed

Add location support for LPL #6

ackwell opened this issue Sep 13, 2020 · 0 comments
Projects

Comments

@ackwell
Copy link
Owner

ackwell commented Sep 13, 2020

needed so lpl can set location when loading outside plugin dir.

note from cara:

add

public string Location { get; private set; } = Assembly.GetExecutingAssembly().Location;
private void SetLocation(string path) {
   Location = path
}

and then any time you want to get the plugin directory use Location
LivePluginLoader will call the SetLocation method when loading the plugin

@ackwell ackwell created this issue from a note in Stuff (To do) Sep 13, 2020
@ackwell ackwell moved this from To do to In progress in Stuff Sep 17, 2020
Stuff automation moved this from In progress to Done Sep 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Stuff
  
Done
Development

No branches or pull requests

1 participant