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");