mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 02:35:20 +00:00
Windows Build: Create tmp dir
This commit is contained in:
parent
360dd5a7aa
commit
2bde686752
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ PYTHON="wine $PYHOME/python.exe -OO -B"
|
||||||
cd `dirname $0`
|
cd `dirname $0`
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
mkdir -p tmp
|
||||||
cd tmp
|
cd tmp
|
||||||
|
|
||||||
for repo in electrum electrum-locale electrum-icons; do
|
for repo in electrum electrum-locale electrum-icons; do
|
||||||
|
|
Loading…
Add table
Reference in a new issue