|
|
|
@ -25,7 +25,7 @@ pushd $WINEPREFIX/drive_c/electrum |
|
|
|
git submodule init |
|
|
|
git submodule init |
|
|
|
git submodule update |
|
|
|
git submodule update |
|
|
|
|
|
|
|
|
|
|
|
VERSION=`git describe --tags --dirty` |
|
|
|
VERSION=`git describe --tags --dirty || printf 'custom'` |
|
|
|
echo "Last commit: $VERSION" |
|
|
|
echo "Last commit: $VERSION" |
|
|
|
|
|
|
|
|
|
|
|
pushd ./contrib/deterministic-build/electrum-locale |
|
|
|
pushd ./contrib/deterministic-build/electrum-locale |
|
|
|
|