Make model_generator.sh executable.

This commit is contained in:
M 2023-04-21 18:06:05 -04:00
parent d45df36238
commit c7138a9124

2
model_generator.sh Normal file → Executable file
View 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 ..