mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
build: set submodule to v0.17.0.1
This commit is contained in:
parent
d313c2de37
commit
1b4c21700f
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ if [ ! -d $MONERO_DIR/src ]; then
|
|||
fi
|
||||
git submodule update --remote
|
||||
git -C $MONERO_DIR fetch
|
||||
git -C $MONERO_DIR checkout origin/master
|
||||
git -C $MONERO_DIR checkout v0.17.0.1
|
||||
|
||||
# get monero core tag
|
||||
pushd $MONERO_DIR
|
||||
|
|
2
monero
2
monero
|
@ -1 +1 @@
|
|||
Subproject commit 2d8a197b9163c2fc3f3da8fddee7c6a1d30fd4ac
|
||||
Subproject commit 1a9a984d2631b7f01637d8119c55f8effd24f72c
|
Loading…
Reference in a new issue