add script deps.sh script which installs crypto_plugin deps

This commit is contained in:
Josh Babb 2023-06-01 12:00:27 -07:00
parent e7b26df82a
commit dcd874c413

8
scripts/windows/deps.sh Normal file
View 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"