mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-05 10:19:22 +00:00
disable splash generation as the actual screen isn't used
This commit is contained in:
parent
e39fc8ef8d
commit
230669bd97
1 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@ source ./env.sh
|
||||||
# run icon and image generators
|
# run icon and image generators
|
||||||
pushd "${APP_PROJECT_ROOT_DIR}"
|
pushd "${APP_PROJECT_ROOT_DIR}"
|
||||||
flutter pub get
|
flutter pub get
|
||||||
dart run flutter_native_splash:create
|
#native splash screen not used
|
||||||
|
#dart run flutter_native_splash:create
|
||||||
dart run flutter_launcher_icons
|
dart run flutter_launcher_icons
|
||||||
popd
|
popd
|
Loading…
Reference in a new issue