File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,10 +9,7 @@ PLUGINS_DIR=../../crypto_plugins
99
1010(cd " ${PLUGINS_DIR} " /flutter_libepiccash/scripts/android && ./download.sh)
1111
12- source ../rust_version.sh
13- set_rust_version_for_libmwc
14- (cd " ${PLUGINS_DIR} " /flutter_libmwc/scripts/android && ./build_all.sh)
15- set_rust_to_everything_else
12+ (cd " ${PLUGINS_DIR} " /flutter_libmwc/scripts/android && ./download.sh)
1613
1714(cd " ${PLUGINS_DIR} " /frostdart/scripts/android && ./build_all.sh)
1815
Original file line number Diff line number Diff line change @@ -7,10 +7,7 @@ mkdir -p build
77
88(cd ../../crypto_plugins/flutter_libepiccash/scripts/linux && ./download.sh)
99
10- source ../rust_version.sh
11- set_rust_version_for_libmwc
12- (cd ../../crypto_plugins/flutter_libmwc/scripts/linux && ./build_all.sh)
13- set_rust_to_everything_else
10+ (cd ../../crypto_plugins/flutter_libmwc/scripts/linux && ./download.sh)
1411
1512(cd ../../crypto_plugins/frostdart/scripts/linux && ./build_all.sh)
1613
You can’t perform that action at this time.
0 commit comments