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

Store plugin data in userData location #1779

Merged
merged 2 commits into from
Feb 11, 2025

Conversation

emlys
Copy link
Member

@emlys emlys commented Feb 7, 2025

Description

Fixes #1677
Writing plugin environments to app.getPath('userData') rather than process.resourcesPath. Based on the docs this seems like the more correct location for this type of data anyway, and I think it's fine that it will persist between workbench installations.

Checklist

  • Updated HISTORY.rst and link to any relevant issue (if these changes are user-facing)
  • Updated the user's guide (if needed)
  • Tested the Workbench UI (if relevant)

@emlys emlys changed the base branch from main to feature/plugins February 7, 2025 22:33
@emlys emlys requested a review from davemfish February 7, 2025 23:59
@emlys emlys self-assigned this Feb 7, 2025
@emlys emlys marked this pull request as ready for review February 7, 2025 23:59
Copy link
Contributor

@davemfish davemfish left a comment

Choose a reason for hiding this comment

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

Looks good to me!

@davemfish davemfish merged commit 2959368 into natcap:feature/plugins Feb 11, 2025
28 of 29 checks passed
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.

Plugins: users cannot install plugins on system-wide Workbench installations
2 participants