mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-10 12:54:30 +00:00
Monero submodule: use release-v0.12 branch
This commit is contained in:
parent
959c2fcc32
commit
4cfa813cd5
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ if [ ! -d $MONERO_DIR/src ]; then
|
|||
git submodule init monero
|
||||
fi
|
||||
git submodule update --remote
|
||||
# git -C $MONERO_DIR fetch
|
||||
# git -C $MONERO_DIR checkout release-v0.11.0.0
|
||||
git -C $MONERO_DIR fetch
|
||||
git -C $MONERO_DIR checkout release-v0.12
|
||||
|
||||
# get monero core tag
|
||||
get_tag
|
||||
|
|
Loading…
Reference in a new issue