Skip to content

Commit b5eb080

Browse files
committed
Update HelloWorld.iss
1 parent a3a293e commit b5eb080

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RevitPythonShell/Examples/HelloWorld.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ begin
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;
@@ -54,7 +54,7 @@ var
5454
begin
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

0 commit comments

Comments
 (0)