mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-03 17:29:23 +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
|
||||
pushd "${APP_PROJECT_ROOT_DIR}"
|
||||
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
|
||||
popd
|
Loading…
Reference in a new issue