|
@@ -43,9 +43,8 @@ namespace StartVisionSelector
|
|
|
#endregion
|
|
|
|
|
|
#region 删除生成的Revit dll
|
|
|
-
|
|
|
- var dllsPath = Path.Combine(Directory.GetParent(runPath).Parent.FullName, "Dlls");
|
|
|
- var loadingRevitPath = Path.Combine(dllsPath, SelectorConst.LoadingRevit);
|
|
|
+
|
|
|
+ var loadingRevitPath = Path.Combine(runPath, SelectorConst.LoadingRevit);
|
|
|
|
|
|
//先删除,后Copy,如果可以指定Revit的安装目录,不需要Copy
|
|
|
#region Del RevitDll
|