From d02a0dd35d30a99e95f6283c0a35008bfae39071 Mon Sep 17 00:00:00 2001 From: Killers0992 <38152961+Killers0992@users.noreply.github.com> Date: Sat, 11 May 2024 18:46:37 +0200 Subject: [PATCH] Fix ref path. --- Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);