Skip to content

Commit

Permalink
bloquant
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisdeguet committed Oct 16, 2024
1 parent 6930907 commit 94a0aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scriptsharp/ScriptSharp/Script5N6.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 94a0aec

Please sign in to comment.