Browse Source

do not update translations by default

pull/99/head
Duke Leto 5 years ago
parent
commit
d7435b3b36
  1. 4
      build.sh

4
build.sh

@ -20,8 +20,8 @@ CONF=silentdragon.pro
set -e
qbuild () {
qmake $CONF CONFIG+=debug
lupdate $CONF
lrelease $CONF
#lupdate $CONF
#lrelease $CONF
make -j$JOBS
}

Loading…
Cancel
Save