Skip to content

Commit

Permalink
Test sur 2 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisdeguet committed Oct 17, 2024
1 parent 4d98b56 commit 8a79c2f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scriptsharp/ScriptSharp/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ static class Program

private static async Task Main()
{
UtilsFirebase.InstallFlutterFire();
//LogSingleton.Get.LogAndWriteLine("yo");
//TestDebug();
Directory.SetCurrentDirectory(Environment.GetFolderPath(Environment.SpecialFolder.Desktop));
//clear the log file
LogSingleton.Get.LogAndWriteLine("Bienvenue dans l'installeur pour les cours de mobile");
Expand Down Expand Up @@ -105,6 +102,7 @@ private static async Task Main()
await Script5N6.Handle5N6FlutterAsync();
break;
case not null when choixChoisi.Contains("6."):
TestDebug();
await Script5N6.Handle5N6FlutterFirebaseAsync();
break;
case not null when choixChoisi.Contains("7."):
Expand Down

0 comments on commit 8a79c2f

Please sign in to comment.