From 1acd2f8f5fb0e79a1807dee0180bcc3f4450262d Mon Sep 17 00:00:00 2001 From: PierreOlivierBrillant Date: Thu, 24 Oct 2024 08:15:31 -0400 Subject: [PATCH] Ajout de Rider au path --- scriptsharp/ScriptSharp/Utils/Utils.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/scriptsharp/ScriptSharp/Utils/Utils.cs b/scriptsharp/ScriptSharp/Utils/Utils.cs index 244d115..85c53be 100644 --- a/scriptsharp/ScriptSharp/Utils/Utils.cs +++ b/scriptsharp/ScriptSharp/Utils/Utils.cs @@ -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");