Skip to content

Commit ecd679d

Browse files
committed
disable flutter_native_splash run for windows builds
1 parent e6f2979 commit ecd679d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/app_config/shared/asset_generators.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ if [[ "${APP_BUILD_PLATFORM}" = 'windows' ]]; then
1616
cmd.exe /c flutter pub get
1717
WIN_PATH_VERSION=$(wslpath -w ${YAML_FILE})
1818
cmd.exe /c dart run flutter_launcher_icons -f "${WIN_PATH_VERSION}"
19-
cmd.exe /c dart run flutter_native_splash:create
19+
# not needed in windows
20+
# cmd.exe /c dart run flutter_native_splash:create
2021
else
2122
flutter pub get
2223
dart run flutter_launcher_icons -f "${YAML_FILE}"

0 commit comments

Comments
 (0)