From f485c446cf4610e4393a905346bc9967daa8e56c Mon Sep 17 00:00:00 2001 From: NotNite Date: Mon, 6 Feb 2023 12:14:08 -0500 Subject: [PATCH] god cannot hear my screams --- DeezShade/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DeezShade/Program.cs b/DeezShade/Program.cs index dc09b46..fc022e0 100644 --- a/DeezShade/Program.cs +++ b/DeezShade/Program.cs @@ -94,7 +94,7 @@ namespace DeezShade { Console.WriteLine("Moving shaders to game directory..."); RecursiveClone(""); - Directory.CreateDirectory(gameInstall + "gshade-addons"); + Directory.CreateDirectory(Path.Combine(gameInstall, "gshade-addons")); Console.WriteLine("Extracting DLL and config..."); var zip = ZipFile.OpenRead(zipPath);