Skip to content
Ingo-FP-Angel edited this page Jan 2, 2024 · 3 revisions

Development

Bundling the sources as ZIP for release

zip -D \
  -x "plugin.video.filmfriend.de/.git/*" \
  -x "plugin.video.filmfriend.de/.idea/*" \
  -r plugin.video.filmfriend.de-1.0.4.zip \
  plugin.video.filmfriend.de
Clone this wiki locally