summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--[-rwxr-xr-x]gui/build.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/gui/build.sh b/gui/build.sh
index 69474bd..791a700 100755..100644
--- a/gui/build.sh
+++ b/gui/build.sh
@@ -120,7 +120,10 @@ function renameOutput {
function buildDefault {
echo "[+] Building BitmaskVPN"
- $LRELEASE bitmask.pro
+ if [ "$LRELEASE" != "no" ]
+ then
+ $LRELEASE bitmask.pro
+ fi
if [ "$BUILD_GOLIB" == "yes" ]
then
buildGoLib