Browse Source
fix some wine build failures on branches/forks
3.2.x
SomberNight
7 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
1 additions and
1 deletions
-
contrib/build-wine/build-electrum-git.sh
|
|
@ -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 |
|
|
|