Skip to content

Commit

Permalink
Fix config flutter
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreOlivierBrillant committed Dec 11, 2024
1 parent 44e9106 commit 68802a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scriptsharp/ScriptSharp/Script5N6.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ public static async Task Handle5N6FlutterAsync()
{
LogSingleton.Get.LogAndWriteLine("Installation de 5N6 flutter (et Android Studio plus Intellij)...");
Utils.AddToPath(Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.Desktop), "idea", "bin"));
Utils.RunCommand("git config --global --add safe.directory '*'");
await Utils.CopyFileFromNetworkShareAsync(
Path.Combine(Config.LocalCache, "Sdk-Android-Flutter.7z"),
Path.Combine(Config.LocalTemp, "Sdk.7z") );
Expand Down

0 comments on commit 68802a5

Please sign in to comment.