From 2842429b6b4852b258fdcfdfc234fdc2d09682c6 Mon Sep 17 00:00:00 2001 From: deguet Date: Wed, 16 Oct 2024 12:20:47 -0400 Subject: [PATCH] Pars Android Studio en dernier --- scriptsharp/ScriptSharp/Script5N6.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scriptsharp/ScriptSharp/Script5N6.cs b/scriptsharp/ScriptSharp/Script5N6.cs index 158fe08..3f0719b 100644 --- a/scriptsharp/ScriptSharp/Script5N6.cs +++ b/scriptsharp/ScriptSharp/Script5N6.cs @@ -39,9 +39,9 @@ await Task.WhenAll( Utils.RunCommand("studio64.exe installPlugins io.flutter"); Utils.RunCommand("studio64.exe installPlugins com.github.copilot"); Utils.RunCommand("studio64.exe installPlugins com.localizely.flutter-intl"); - await Utils.StartAndroidStudio(); await InstallFlutter(); Utils.StartKMB(); + await Utils.StartAndroidStudio(); Utils.LogAndWriteLine(" FAIT 5N6 Flutter complet"); } @@ -102,13 +102,13 @@ await Task.WhenAll( Utils.RunCommand("studio64.exe installPlugins io.flutter"); Utils.RunCommand("studio64.exe installPlugins com.github.copilot"); Utils.RunCommand("studio64.exe installPlugins com.localizely.flutter-intl"); - await Utils.StartAndroidStudio(); await InstallFlutter(); Utils.StartKMB(); Utils.AddToPath(Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.UserProfile), "AppData", "Local", "Pub", "Cache", "bin")); Utils.RunCommand("npm install -g firebase-tools"); Utils.RunCommand("dart pub global activate flutterfire_cli"); + await Utils.StartAndroidStudio(); Utils.LogAndWriteLine(" FAIT 5N6 Flutter + firebase complet"); }