From 048c6d67a1af5d7b08ca966b8e6c89bfdb76d071 Mon Sep 17 00:00:00 2001 From: NotNite Date: Sun, 5 Feb 2023 21:13:47 -0500 Subject: [PATCH] I'm stupid --- DeezShade/DeezShade.csproj | 2 +- DeezShade/Program.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DeezShade/DeezShade.csproj b/DeezShade/DeezShade.csproj index 8be412e..94e1f8c 100644 --- a/DeezShade/DeezShade.csproj +++ b/DeezShade/DeezShade.csproj @@ -2,7 +2,7 @@ Exe net4.7.2 - 1.0.0 + 1.0.1 diff --git a/DeezShade/Program.cs b/DeezShade/Program.cs index 8b0f011..0ffe9ce 100644 --- a/DeezShade/Program.cs +++ b/DeezShade/Program.cs @@ -62,7 +62,7 @@ namespace DeezShade { // File.Copy gives an access denied error, so let's make it ourself var src = tempPath + "gshade-shaders"; - var dst = gameInstall + "gshade-shaders"; + var dst = Path.Combine(gameInstall, "gshade-shaders"); void RecursiveClone(string path) { var path2 = Path.Combine(src, path);