Skip to content

Commit

Permalink
MINIFICPP-2431 Include relationship.py in the msi installer
Browse files Browse the repository at this point in the history
Closes #1844

Signed-off-by: Marton Szasz <[email protected]>
  • Loading branch information
fgerlits authored and szaszm committed Jul 23, 2024
1 parent 37891aa commit e987e87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions msi/WixWin.wsi.in
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@ ${WIX_EXTRA_COMPONENTS}
<Component Id="PythonProcessorNifiApiFiles" Guid="a9cb7b7b-e66d-4e32-9115-eab4aa980124">
<File Id="NifiApi_flowfiletransform" Name="flowfiletransform.py" KeyPath="no" Source="pythonprocessors\nifiapi\flowfiletransform.py"/>
<File Id="NifiApi_properties" Name="properties.py" KeyPath="no" Source="pythonprocessors\nifiapi\properties.py"/>
<File Id="NifiApi_relationship" Name="relationship.py" KeyPath="no" Source="pythonprocessors\nifiapi\relationship.py"/>
<File Id="NifiApi_documentation" Name="documentation.py" KeyPath="no" Source="pythonprocessors\nifiapi\documentation.py"/>
<File Id="NifiApi_init" Name="__init__.py" KeyPath="no" Source="pythonprocessors\nifiapi\__init__.py"/>
</Component>
Expand Down

0 comments on commit e987e87

Please sign in to comment.