mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-15 16:12:16 +00:00
add script deps.sh script which installs crypto_plugin deps
This commit is contained in:
parent
e7b26df82a
commit
dcd874c413
1 changed files with 8 additions and 0 deletions
8
scripts/windows/deps.sh
Normal file
8
scripts/windows/deps.sh
Normal file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
(cd ../../crypto_plugins/flutter_libepiccash/scripts/windows && ./deps.sh ) &
|
||||
(cd ../../crypto_plugins/flutter_liblelantus/scripts/windows && ./mxedeps.sh ) &
|
||||
# (cd ../../crypto_plugins/flutter_libmonero/scripts/windows && ./monerodeps.sh && ./mxedeps.sh) &
|
||||
|
||||
wait
|
||||
echo "Done building"
|
Loading…
Reference in a new issue