From 32a492b399de37797bea83db5951b5c2d2223956 Mon Sep 17 00:00:00 2001 From: Akira Ohgaki <akiraohgaki@gmail.com> Date: Mon, 6 Mar 2017 02:46:47 +0900 Subject: [PATCH] Fix build script --- scripts/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build.sh b/scripts/build.sh index ac98991..0a8e434 100644 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -130,6 +130,7 @@ pre_appimage() { build_appimage() { tar -xzvf "${SRCARCHIVE}" -C "${BUILDDIR}" cd "${BUILDDIR}/${PKGNAME}" + sh scripts/import.sh qmake make strip "${PKGNAME}" -- GitLab