manuskript/package/build_flatpak.sh

10 lines
313 B
Bash
Raw Normal View History

#!/bin/sh
cd flatpak
# Generate config for python dependencies as modules:
flatpak-pip-generator lxml pyenchant pyspellchecker symspellpy markdown
# Build flatpak with all necessary modules:
flatpak permission-reset ch.theologeek.Manuskript
flatpak-builder build-dir ch.theologeek.Manuskript.json --force-clean