mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-06 12:27:41 +00:00
9 lines
304 B
Bash
Executable file
9 lines
304 B
Bash
Executable file
#!/bin/bash
|
|
|
|
mkdir -p build
|
|
(cd ../../crypto_plugins/flutter_libepiccash/scripts/windows && ./build_all.sh ) &
|
|
(cd ../../crypto_plugins/flutter_liblelantus/scripts/windows && ./build_all.sh ) &
|
|
# (cd ../../crypto_plugins/flutter_libmonero/scripts/windows && ./build_all.sh) &
|
|
|
|
wait
|
|
echo "Done building"
|