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

fix plugin structure if the plugin directory is not top level #272

Merged
merged 4 commits into from
Jan 4, 2024

Conversation

3nids
Copy link
Member

@3nids 3nids commented Jan 2, 2024

if your plugin source directory is not top level, this is causing issues in the zip structure as you have nested folders.
Another linked issue is if the plugin source is not equal to the plugin name, and it's not distinctive (such as src or plugin), this would link to conflicts between plugins.

This PR is fixing both scenarios.

@3nids
Copy link
Member Author

3nids commented Jan 2, 2024

@Gustry or @Guts
Can one of you review this one?

@Guts Guts added the enhancement New feature or request label Jan 2, 2024
Copy link
Collaborator

@Guts Guts left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

Maybe add a mention in the documentation?

@3nids 3nids merged commit e1e114e into master Jan 4, 2024
4 checks passed
@3nids 3nids deleted the fix-subdirectory branch January 4, 2024 08:28
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

Successfully merging this pull request may close these issues.

2 participants