Processing splash formatting improved

This commit is contained in:
Ilya Kitaev
2016-10-09 21:49:56 +03:00
parent 54b22d21a8
commit be135e39cc
3 changed files with 13 additions and 6 deletions

View File

@@ -1,10 +1,10 @@
#!/bin/bash
# MONERO_URL=https://github.com/monero-project/monero.git
# MONERO_BRANCH=master
MONERO_URL=https://github.com/mbg033/monero.git
MONERO_BRANCH=develop
MONERO_URL=https://github.com/monero-project/monero.git
MONERO_BRANCH=master
# MONERO_URL=https://github.com/mbg033/monero.git
# MONERO_BRANCH=develop
# Buidling "debug" build optionally
BUILD_TYPE=$1
if [ -z $BUILD_TYPE ]; then