File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
RevitPythonShell/Examples Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2424 begin
2525
2626 { GET LOCATION OF USER AppData (Roaming) }
27- AddInFilePath := ExpandConstant(' {userappdata}\Autodesk\Revit\Addins\2013 \HelloWorld.addin' );
27+ AddInFilePath := ExpandConstant(' {userappdata}\Autodesk\Revit\Addins\2020 \HelloWorld.addin' );
2828
2929 { CREATE NEW ADDIN FILE }
3030 AddInFileContents := ' <?xml version="1.0" encoding="utf-8" standalone="no"?>' + #13 #10 ;
5454begin
5555 if CurUninstallStep = usPostUninstall then
5656 begin
57- AddInFilePath := ExpandConstant(' {userappdata}\Autodesk\Revit\Addins\2013 \HelloWorld.addin' );
57+ AddInFilePath := ExpandConstant(' {userappdata}\Autodesk\Revit\Addins\2020 \HelloWorld.addin' );
5858
5959 if FileExists(AddInFilePath) then
6060 begin
You can’t perform that action at this time.
0 commit comments