aboutsummaryrefslogtreecommitdiff
path: root/get_libwallet_api.sh
diff options
context:
space:
mode:
authorIlya Kitaev <mbg033@gmail.com>2016-10-09 21:49:56 +0300
committerIlya Kitaev <mbg033@gmail.com>2016-10-10 00:30:55 +0300
commitbe135e39cc4c1fc9981b8e9c1dbae9d056f8f769 (patch)
tree728514c2ce8dce8df8e1ec8a3b479d6342e572c6 /get_libwallet_api.sh
parent54b22d21a8a151fd8e4e1a32a9dcbb090a319995 (diff)
downloadmonzero-gui-be135e39cc4c1fc9981b8e9c1dbae9d056f8f769.tar.gz
monzero-gui-be135e39cc4c1fc9981b8e9c1dbae9d056f8f769.tar.xz
monzero-gui-be135e39cc4c1fc9981b8e9c1dbae9d056f8f769.zip
Processing splash formatting improved
Diffstat (limited to 'get_libwallet_api.sh')
-rwxr-xr-xget_libwallet_api.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/get_libwallet_api.sh b/get_libwallet_api.sh
index d46b9910..fbba689a 100755
--- a/get_libwallet_api.sh
+++ b/get_libwallet_api.sh
@@ -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