From 94a0aeca90dfbe1e71071f2142538bebc5723d6c Mon Sep 17 00:00:00 2001 From: deguet Date: Wed, 16 Oct 2024 17:43:21 -0400 Subject: [PATCH] bloquant --- scriptsharp/ScriptSharp/Script5N6.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scriptsharp/ScriptSharp/Script5N6.cs b/scriptsharp/ScriptSharp/Script5N6.cs index 202f515..ec60add 100644 --- a/scriptsharp/ScriptSharp/Script5N6.cs +++ b/scriptsharp/ScriptSharp/Script5N6.cs @@ -104,7 +104,7 @@ await Task.WhenAll( Utils.RunCommand(Program.PathToAndroidStudio() + " installPlugins com.github.copilot"); Utils.RunCommand(Program.PathToAndroidStudio() + " installPlugins com.localizely.flutter-intl"); await InstallFlutter(); - Utils.StartKMB(); + //Utils.StartKMB(); Utils.AddToPath(Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.UserProfile), "AppData", "Local", "Pub", "Cache", "bin")); Utils.RunCommand("npm install -g firebase-tools");