mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-16 17:27:39 +00:00
add windows build all script and point epic and lelantus plugins to new ref
This commit is contained in:
parent
b09ea7f781
commit
61d3afbe6e
3 changed files with 11 additions and 2 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 9a150d8cd2c3625424b0059e6b7306f3659fdbe0
|
||||
Subproject commit 0309140a95a51388df0effcc39ff0a25b2752b29
|
|
@ -1 +1 @@
|
|||
Subproject commit db928e6f11844138ce87de2b8c1abe3305ec589e
|
||||
Subproject commit 6864d7c0d4fa68c371e3f0c067afd50b0d59cc9b
|
9
scripts/windows/build_all.sh
Executable file
9
scripts/windows/build_all.sh
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/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"
|
Loading…
Reference in a new issue