Skip to content

Commit

Permalink
🆙 update default installation directories
Browse files Browse the repository at this point in the history
  • Loading branch information
lorinczandrea committed Jul 18, 2024
1 parent 6c9f41b commit 6dd6af6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion FemDesign.Core/FemDesignConnection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ public string SetFemDesignDirectory(string fdInstallationDir)
{
@"C:\Program Files\StruSoft\FEM-Design 23\",
@"C:\Program Files\StruSoft\FEM-Design 23 Educational\",
@"C:\Program Files\StruSoft\FEM-Design 23 Student\"
@"C:\Program Files\StruSoft\FEM-Design 23 Student\",
@"C:\Program Files\StruSoft\FEM-Design 23 Night Install\" // for StruSoft employees
};

foreach (var dir in defaultDirs)
Expand Down

0 comments on commit 6dd6af6

Please sign in to comment.