Skip to content

Commit

Permalink
fix config path startup
Browse files Browse the repository at this point in the history
  • Loading branch information
chuongmep committed Jun 27, 2022
1 parent 1202253 commit f8bbc77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions RevitPythonShell/App.cs
Original file line number Diff line number Diff line change
Expand Up @@ -322,11 +322,8 @@ private static string GetSettingsFile()
/// </summary>
private static string GetSettingsFolder()
{
#if DEBUG
return Path.Combine(dllfolder, "DefaultConfig");
#else

return dllfolder;
#endif
}

/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion RevitPythonShell/RevitPythonShell.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<Content Include="RevitPythonShell.addin" />
<None Include="RevitPythonShell.addin" />
<None Include="Manifests\AddinTemplate.addin">
<Generator>MSDataSetGenerator</Generator>
<LastGenOutput>AddinTemplate.Designer.cs</LastGenOutput>
Expand Down

0 comments on commit f8bbc77

Please sign in to comment.