Skip to content

Commit

Permalink
Path gérénique
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreOlivierBrillant committed Oct 16, 2024
1 parent d8a6e46 commit 5cda03f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions scriptsharp/ScriptSharp/Utils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -359,12 +359,12 @@ private static void RemoveAllEnv()
SetEnvironmentVariable("ANDROID_NDK_HOME", null);
SetEnvironmentVariable("ANDROID_AVD_HOME", null);
SetEnvironmentVariable("ANDROID_SDK_HOME", null);
RemoveFromPath(@"C:\Users\po.brillant\Desktop\flutter\bin");
RemoveFromPath(@"C:\Users\po.brillant\Desktop\android-studio\bin");
RemoveFromPath(@"C:\Users\po.brillant\AppData\Local\Android\Sdk\emulator");
RemoveFromPath(@"C:\Users\po.brillant\AppData\Local\Android\Sdk\cmdline-tools\latest\bin");
RemoveFromPath(@"C:\Users\po.brillant\Desktop\idea\bin");
RemoveFromPath(@"C:\Users\po.brillant\Desktop\jdk");
RemoveFromPath(@"Desktop\flutter\bin");
RemoveFromPath(@"Desktop\android-studio\bin");
RemoveFromPath(@"AppData\Local\Android\Sdk\emulator");
RemoveFromPath(@"AppData\Local\Android\Sdk\cmdline-tools\latest\bin");
RemoveFromPath(@"Desktop\idea\bin");
RemoveFromPath(@"Desktop\jdk");
}

private static void SetEnvironmentVariable(string name, string value)
Expand Down

0 comments on commit 5cda03f

Please sign in to comment.