From faa5c33163885e7b7d6ca9e6d90dbacc841e5d2b Mon Sep 17 00:00:00 2001 From: Massimo Callegari Date: Sat, 18 Sep 2021 12:43:15 +0200 Subject: [PATCH] Fix translation files installation --- create-appimage.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/create-appimage.sh b/create-appimage.sh index c8142b1f92..0da79946b8 100755 --- a/create-appimage.sh +++ b/create-appimage.sh @@ -10,6 +10,9 @@ set -e TARGET_DIR=~/qlcplus.AppDir +# Compile translations +./translate.sh "qmlui" + # Build if [ -n "$QTDIR" ]; then $QTDIR/bin/qmake CONFIG+=appimage CONFIG+=qmlui