SteamDeckHomebrew / decky-plugin-database

Decky Plugin Database. PR your plugins to this repository to have them added to the store!
https://plugins.deckbrew.xyz
GNU Affero General Public License v3.0
198 stars 103 forks source link

Allow paths in plugin.json publish.image field #17

Open NGnius opened 2 years ago

NGnius commented 2 years ago

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

TrainDoctor commented 1 year ago

@gbdlin is now working on store features that would provide this functionality.

TrainDoctor commented 1 year ago

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.

TrainDoctor commented 1 year ago

With new Plugin V2 plans, it would make sense instead for the image to grabbed by CI during the upload to store.

TrainDoctor commented 4 days ago

@gbdlin please let me know if this work was ever completed.