manuskript/package/build_flatpak.sh
TheJackiMonster 6b04118912
Adjusted flatpak to not break during build
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
2021-12-11 06:40:51 +01:00

10 lines
313 B
Bash
Executable file

#!/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