Skip to content

Commit

Permalink
Fix translation files installation
Browse files Browse the repository at this point in the history
  • Loading branch information
mcallegari committed Sep 18, 2021
1 parent 304904b commit faa5c33
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions create-appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit faa5c33

Please sign in to comment.