v1.1.1: release build with tx display fix, birthday parse fix

This commit is contained in:
2026-03-22 10:52:25 -05:00
parent e2071653b9
commit 7ec272df90
4 changed files with 7 additions and 4 deletions

View File

@@ -49,7 +49,7 @@ CONF=silentdragonx-lite.pro
set -e
qbuild () {
qmake $CONF CONFIG+=debug
qmake $CONF CONFIG+=release
#lupdate $CONF
#lrelease $CONF
# default to 2 jobs or use the -j value given as argument to this script