From 6efac3e042ccd81faf0a789d154fdcf18fa3cf0c Mon Sep 17 00:00:00 2001 From: TheAssassin Date: Tue, 4 Feb 2020 10:39:06 +0100 Subject: [PATCH] Make sure translations are built before installation --- appimagecraft.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/appimagecraft.yml b/appimagecraft.yml index 872fdba3..f3126a3f 100644 --- a/appimagecraft.yml +++ b/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: