mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-03-12 09:32:33 +00:00
Make model_generator.sh
executable.
This commit is contained in:
parent
d45df36238
commit
c7138a9124
1 changed files with 2 additions and 0 deletions
2
model_generator.sh
Normal file → Executable file
2
model_generator.sh
Normal file → Executable file
|
@ -1,3 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
cd cw_core && flutter pub get && flutter packages pub run build_runner build --delete-conflicting-outputs && cd ..
|
||||
cd cw_monero && flutter pub get && flutter packages pub run build_runner build --delete-conflicting-outputs && cd ..
|
||||
cd cw_bitcoin && flutter pub get && flutter packages pub run build_runner build --delete-conflicting-outputs && cd ..
|
||||
|
|
Loading…
Reference in a new issue