-
Notifications
You must be signed in to change notification settings - Fork 110
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
Allow paths in plugin.json publish.image field #17
Labels
Comments
@gbdlin is now working on store features that would provide this functionality. |
We might return to this later, but this is going to have to go onto the backlog as we've grown busy with a bunch of other tasks. |
With new Plugin V2 plans, it would make sense instead for the image to grabbed by CI during the upload to store. |
geeksville
pushed a commit
to geeksville/decky-plugin-database
that referenced
this issue
Mar 2, 2024
* Makefile helper tools, frontend UI lib updated, option added to build plugin in docker * docker/makefile cleanup
@gbdlin please let me know if this work was ever completed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently the image field only accepts links to an image, but they are all getting uploaded to the store CDN anyway.
It would make sense to also accept a file path to an image contained within the plugin's git repo since the link is only used by the CI anyway.
For a bit more context (discord link to SD Homebrew guild): https://discord.com/channels/960281551428522045/960284311444131840/995760749764935790
The text was updated successfully, but these errors were encountered: