Persistence of OBS Plugins? #8754
Unanswered
marvinlehmann
asked this question in
Q&A
Replies: 3 comments
|
I don't know why the "addition" folder is only used for Mozilla apps. It would be very helpful for any app that uses plugins, themes, addons, brushes, scripts, etc. |
0 replies
This is just temporary solution for firefox, if most manifests need this functionality then I think it should be implemented in Scoop Core rather than adding the same function to every manifest. |
0 replies
|
was there any conclusion on this? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
How would you handle persisting plugins for OBS?
Their configs are getting persisted because they're in the config folder:
.\config\obs-studio\plugin_config\...But dlls, pdbs or localization files are not
.\obs-plugins\64bit\win-capture-audio.dll.\data\obs-plugins\win-capture-audio\localeThey're next to preinstalled plugins..
I guess you need something like #8017 ?
All reactions