Add --jobs=1 to flatpak build to fix build bug

presentation
Plailect 7 years ago
parent 8f68ad3d04
commit 2e632e7550
No known key found for this signature in database
GPG Key ID: F8A415C5EA602A41
  1. 2
      build-flatpack.sh

@ -1,4 +1,4 @@
#!/bin/bash
flatpak-builder ./flatpak-build org.github.xournalpp.xournalpp.yaml --force-clean --repo=./repo
flatpak-builder ./flatpak-build org.github.xournalpp.xournalpp.yaml --force-clean --repo=./repo --jobs=1
flatpak build-bundle ./repo xournalpp.flatpak com.github.xournalpp.xournalpp

Loading…
Cancel
Save