From e1759353c44e7ce99db41f7f1c367acc656a4d4a Mon Sep 17 00:00:00 2001 From: Francisco Madgaleno Date: Fri, 3 Apr 2020 10:14:39 -0700 Subject: [PATCH] Exclude windows --- script/build_all_plugins_app.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/script/build_all_plugins_app.sh b/script/build_all_plugins_app.sh index 378deb71f56b..8b1d4b320f09 100755 --- a/script/build_all_plugins_app.sh +++ b/script/build_all_plugins_app.sh @@ -25,6 +25,7 @@ readonly EXCLUDED_PLUGINS_LIST=( "shared_preferences_macos" "shared_preferences_platform_interface" "shared_preferences_web" + "shared_preferences_windows" "url_launcher_macos" "url_launcher_platform_interface" "url_launcher_web"