Skip to content

Commit

Permalink
Ajout de Rider au path
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreOlivierBrillant committed Oct 24, 2024
1 parent a33379f commit 1acd2f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scriptsharp/ScriptSharp/Utils/Utils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ private static void RemoveAllEnv()
SetEnvVariable("ANDROID_SDK_HOME", null);
RemoveFromPath(@"Desktop\flutter\bin");
RemoveFromPath(@"Desktop\android-studio\bin");
RemoveFromPath(@"Desktop\rider\bin");
RemoveFromPath(@"AppData\Local\Android\Sdk\emulator");
RemoveFromPath(@"AppData\Local\Android\Sdk\cmdline-tools\latest\bin");
RemoveFromPath(@"Desktop\idea\bin");
Expand Down

0 comments on commit 1acd2f8

Please sign in to comment.