Build scripts

This commit is contained in:
Aditya Kulkarni
2019-10-28 11:54:52 -07:00
parent fe35401118
commit 764f1e315d
9 changed files with 45 additions and 116 deletions

View File

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