mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
Update build scripts for android
This commit is contained in:
parent
da170118a8
commit
26f6be0ce6
3 changed files with 35 additions and 22 deletions
22
scripts/android/pubspec_gen.sh
Executable file
22
scripts/android/pubspec_gen.sh
Executable file
|
@ -0,0 +1,22 @@
|
|||
#!/bin/bash
|
||||
|
||||
MONERO_COM=monero.com
|
||||
CAKEWALLET=cakewallet
|
||||
CONFIG_ARGS=""
|
||||
|
||||
case $APP_ANDROID_TYPE in
|
||||
$MONERO_COM)
|
||||
CONFIG_ARGS="--monero"
|
||||
;;
|
||||
$CAKEWALLET)
|
||||
CONFIG_ARGS="--monero --bitcoin"
|
||||
;;
|
||||
esac
|
||||
|
||||
cd ../..
|
||||
cp -rf pubspec_description.yaml pubspec.yaml
|
||||
flutter pub get
|
||||
flutter pub run tool/generate_pubspec.dart
|
||||
flutter pub get
|
||||
flutter packages pub run tool/configure.dart $CONFIG_ARGS
|
||||
cd scripts/android
|
Loading…
Add table
Add a link
Reference in a new issue