mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 09:47:37 +00:00
11 lines
No EOL
218 B
Bash
Executable file
11 lines
No EOL
218 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -x -e
|
|
|
|
# run icon and image generators
|
|
pushd "${APP_PROJECT_ROOT_DIR}"
|
|
flutter pub get
|
|
#native splash screen not used
|
|
#dart run flutter_native_splash:create
|
|
dart run flutter_launcher_icons
|
|
popd |