diff --git a/Program.cs b/Program.cs index 146068e8..f09f7489 100644 --- a/Program.cs +++ b/Program.cs @@ -21,7 +21,7 @@ public class AppCommand { try { - string refPath = ".\\References"; + string refPath = Environment.GetEnvironmentVariable("SL_REFERENCES"); if (!Directory.Exists(refPath)) Directory.CreateDirectory(refPath);