diff --git a/build.sh b/build.sh index 3e531ba..f56db19 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,5 @@ #!/bin/sh -export debug="true" +export debug="false" export version="0.1.1" if [ $debug = "true" ]; then echo "NOTE: This is going to be a development build. Please make sure you downloaded the point version from the 'about' tab if you wanted a stabler version."