Fix ref path.

pull/549/head
Killers0992 1 year ago
parent 78a12c503d
commit d02a0dd35d

@ -21,7 +21,7 @@ public class AppCommand
{
try
{
string refPath = ".\\References";
string refPath = Environment.GetEnvironmentVariable("SL_REFERENCES");
if (!Directory.Exists(refPath))
Directory.CreateDirectory(refPath);

Loading…
Cancel
Save