Make sure translations are built before installation

presentation
TheAssassin 6 years ago
parent d0a90d87c6
commit 6efac3e042
  1. 8
      appimagecraft.yml

@ -4,6 +4,14 @@ project:
name: com.github.xournalpp.xournalpp
version_command: git describe --tags
scripts:
pre_build:
- mkdir translations-build
- cd translations-build
- cmake "${PROJECT_ROOT}"
- make translations
- cd ..
build:
cmake:

Loading…
Cancel
Save