From 632e22587ae7491501ec8c0cdc0e20a3c0caa308 Mon Sep 17 00:00:00 2001 From: Sven Knoerzer Date: Tue, 17 Mar 2026 13:24:15 +0100 Subject: [PATCH] Restore original export path without out parent --- TiaGitHandler/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TiaGitHandler/Program.cs b/TiaGitHandler/Program.cs index 84480af5..61bde05a 100644 --- a/TiaGitHandler/Program.cs +++ b/TiaGitHandler/Program.cs @@ -164,7 +164,7 @@ static void Main(string[] args) prj = Projects.AttachProject(ver); exportPath = Path.GetDirectoryName(prj.ProjectFile); - exportPath = Path.GetFullPath(Path.Combine(exportPath, "..\\out\\Export")); + exportPath = Path.GetFullPath(Path.Combine(exportPath, "..\\Export")); } else {