Windows Build: Create tmp dir

This commit is contained in:
Johann Bauer 2018-03-05 17:15:38 +01:00
parent 360dd5a7aa
commit 2bde686752
No known key found for this signature in database
GPG Key ID: 84F1BF925B1F484D
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ PYTHON="wine $PYHOME/python.exe -OO -B"
cd `dirname $0`
set -e
mkdir -p tmp
cd tmp
for repo in electrum electrum-locale electrum-icons; do