Skip to content
Snippets Groups Projects
Unverified Commit 4c87c1a5 authored by Kali Kaneko's avatar Kali Kaneko
Browse files

[pkg] optionally skip lrelease for snap

parent 035cf4ef
No related branches found
No related tags found
No related merge requests found
gui/build.sh 100755 → 100644
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment