fix builds

This commit is contained in:
DenioD
2019-10-29 17:42:41 +01:00
10 changed files with 59 additions and 130 deletions

View File

@@ -6,7 +6,7 @@ if [ -z $QT_STATIC ]; then
fi
rm -f res/*.qm
$QT_STATIC/bin/lrelease silentdragonlite.pro
$QT_STATIC/bin/lrelease silentdragon-lite.pro
# Then update the qt base translations. First, get all languages
ls res/*.qm | awk -F '[_.]' '{print $4}' | while read -r language ; do