fnando / streamdeck

A lean framework for developing Elgato Stream Deck plugins.
MIT License
34 stars 3 forks source link

Copy `previews` directory when bundling #39

Closed mediabounds closed 1 year ago

mediabounds commented 1 year ago
PR Checklist ### PR Structure - [x] This PR has reasonably narrow scope (if not, break it down into smaller PRs). - [x] This PR avoids mixing refactoring changes with feature changes (split into two PRs otherwise). - [x] This PR's title starts is concise and descriptive. ### Thoroughness - [ ] This PR adds tests for the most critical parts of the new functionality or fixes. - [ ] I've updated any docs, `.md` files, etc… affected by this change.

What

If a previews directory is included in src, then it is copied to the final bundle.

Why

Elgato requests that at least 1 preview image is included when submitting a plugin to the store.

Known limitations

N/A