|
|
@ -2,6 +2,10 @@ |
|
|
|
# Lucky number |
|
|
|
export PYTHONHASHSEED=22 |
|
|
|
|
|
|
|
if [ ! -z "$1" ]; then |
|
|
|
to_build="$1" |
|
|
|
fi |
|
|
|
|
|
|
|
here=$(dirname "$0") |
|
|
|
|
|
|
|
echo "Clearing $here/build and $here/dist..." |
|
|
@ -19,5 +23,5 @@ find -exec touch -d '2000-11-11T11:11:11+00:00' {} + |
|
|
|
popd |
|
|
|
ls -l /opt/wine64/drive_c/python* |
|
|
|
|
|
|
|
$here/build-electrum-git.sh && \ |
|
|
|
$here/build-electrum-git.sh $to_build && \ |
|
|
|
echo "Done." |
|
|
|