mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
Fixes for pubspec.yaml generation
This commit is contained in:
parent
9381524d6c
commit
bef8db1e49
2 changed files with 8 additions and 2 deletions
|
@ -25,8 +25,10 @@ case $APP_IOS_TYPE in
|
|||
;;
|
||||
esac
|
||||
|
||||
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 $DIR
|
||||
$DIR/app_icon.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue