We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6f2979 commit ecd679dCopy full SHA for ecd679d
scripts/app_config/shared/asset_generators.sh
@@ -16,7 +16,8 @@ if [[ "${APP_BUILD_PLATFORM}" = 'windows' ]]; then
16
cmd.exe /c flutter pub get
17
WIN_PATH_VERSION=$(wslpath -w ${YAML_FILE})
18
cmd.exe /c dart run flutter_launcher_icons -f "${WIN_PATH_VERSION}"
19
- cmd.exe /c dart run flutter_native_splash:create
+ # not needed in windows
20
+# cmd.exe /c dart run flutter_native_splash:create
21
else
22
flutter pub get
23
dart run flutter_launcher_icons -f "${YAML_FILE}"
0 commit comments