mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 12:30:07 +00:00
fix some wine build failures on branches/forks
This commit is contained in:
parent
0100af9389
commit
cb6bde49b4
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ pushd $WINEPREFIX/drive_c/electrum
|
|||
git submodule init
|
||||
git submodule update
|
||||
|
||||
VERSION=`git describe --tags --dirty`
|
||||
VERSION=`git describe --tags --dirty || printf 'custom'`
|
||||
echo "Last commit: $VERSION"
|
||||
|
||||
pushd ./contrib/deterministic-build/electrum-locale
|
||||
|
|
Loading…
Add table
Reference in a new issue