Skip to content

feature/relative-plugin-paths#302

Open
jolavillette wants to merge 5 commits into
RetroShare:masterfrom
jolavillette:feature/relative-plugin-paths
Open

feature/relative-plugin-paths#302
jolavillette wants to merge 5 commits into
RetroShare:masterfrom
jolavillette:feature/relative-plugin-paths

Conversation

@jolavillette
Copy link
Copy Markdown
Contributor

feature/relative-plugin-paths

Useful for testing environments. When running this branch, RetroShare will dynamically resolve the executable's directory and first look for plugins in ../lib/retroshare/extensions6/ and ./lib/retroshare/extensions6/ (relative to the binary's location) before falling back to the hardcoded system path.

@csoler
Copy link
Copy Markdown
Contributor

csoler commented May 28, 2026

I assume that this PR is for testing purposes only so it is not intended to be merged, right?

Also why don't you just do
plugins_directories.push_back("../lib/retroshare/extensions6/") ;
in rsinit.cc ??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants