From f8bbc77ba6e514b36f63737f0a50d41872aa29c0 Mon Sep 17 00:00:00 2001 From: Chuong Ho <31106432+chuongmep@users.noreply.github.com> Date: Mon, 27 Jun 2022 16:05:57 +0700 Subject: [PATCH] fix config path startup --- RevitPythonShell/App.cs | 5 +---- RevitPythonShell/RevitPythonShell.csproj | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/RevitPythonShell/App.cs b/RevitPythonShell/App.cs index 4cc1315..83b79a3 100644 --- a/RevitPythonShell/App.cs +++ b/RevitPythonShell/App.cs @@ -322,11 +322,8 @@ private static string GetSettingsFile() /// private static string GetSettingsFolder() { -#if DEBUG - return Path.Combine(dllfolder, "DefaultConfig"); -#else + return dllfolder; -#endif } /// diff --git a/RevitPythonShell/RevitPythonShell.csproj b/RevitPythonShell/RevitPythonShell.csproj index 9d05763..9773421 100644 --- a/RevitPythonShell/RevitPythonShell.csproj +++ b/RevitPythonShell/RevitPythonShell.csproj @@ -129,7 +129,7 @@ - + MSDataSetGenerator AddinTemplate.Designer.cs