From acb568db1d348c6f30fd6ac42153d40b74a0067e Mon Sep 17 00:00:00 2001 From: PierreOlivierBrillant Date: Wed, 23 Oct 2024 15:00:34 -0400 Subject: [PATCH] =?UTF-8?q?Retirer=20d=C3=A9part=20Kmb=20qui=20cause=20pro?= =?UTF-8?q?bl=C3=A8me=20en=20ce=20moment.=20=C3=80=20investiguer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scriptsharp/ScriptSharp/Script4N6.cs | 2 +- scriptsharp/ScriptSharp/Script5N6.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scriptsharp/ScriptSharp/Script4N6.cs b/scriptsharp/ScriptSharp/Script4N6.cs index f429df9..05ad6c7 100644 --- a/scriptsharp/ScriptSharp/Script4N6.cs +++ b/scriptsharp/ScriptSharp/Script4N6.cs @@ -39,7 +39,7 @@ await Task.WhenAll( Utils.CreateDesktopShortcut("IntelliJ", UtilsIntellij.PathToIntellij()); await UtilsAndroidStudio.StartAndroidStudio(); - Utils.StartKmb(); + // Utils.StartKmb(); LogSingleton.Get.LogAndWriteLine(" FAIT Installation 4N6 Android + serveur Spring "); } diff --git a/scriptsharp/ScriptSharp/Script5N6.cs b/scriptsharp/ScriptSharp/Script5N6.cs index b7ff5f6..617b064 100644 --- a/scriptsharp/ScriptSharp/Script5N6.cs +++ b/scriptsharp/ScriptSharp/Script5N6.cs @@ -40,7 +40,7 @@ await Task.WhenAll( Utils.RunCommand(UtilsAndroidStudio.PathToAndroidStudio() + " installPlugins com.github.copilot"); Utils.RunCommand(UtilsAndroidStudio.PathToAndroidStudio() + " installPlugins com.localizely.flutter-intl"); await UtilsFlutter.InstallFlutter(); - Utils.StartKmb(); + // Utils.StartKmb(); await UtilsAndroidStudio.StartAndroidStudio(); Utils.CreateDesktopShortcut("IntelliJ", UtilsIntellij.PathToIntellij()); LogSingleton.Get.LogAndWriteLine(" FAIT 5N6 Flutter complet");