Skip to content

Commit

Permalink
Pars Android Studio en dernier
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisdeguet committed Oct 16, 2024
1 parent 994e268 commit 2842429
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scriptsharp/ScriptSharp/Script5N6.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}

Expand Down Expand Up @@ -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");
}

Expand Down

0 comments on commit 2842429

Please sign in to comment.