mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
Merge pull request #1517
e629df9 Fix libwallet rebuilding even if it already exists (xiphon)
This commit is contained in:
commit
3c9b5b71df
1 changed files with 1 additions and 2 deletions
|
@ -75,8 +75,7 @@ else
|
|||
fi
|
||||
|
||||
if [ "$BUILD_LIBWALLET" != true ]; then
|
||||
# exit this script
|
||||
return
|
||||
exit 0
|
||||
fi
|
||||
|
||||
echo "GUI_MONERO_VERSION=\"$VERSIONTAG\"" > $MONERO_DIR/version.sh
|
||||
|
|
Loading…
Reference in a new issue