This is an automated email from the ASF dual-hosted git repository.

szaszm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git


The following commit(s) were added to refs/heads/main by this push:
     new e987e8731 MINIFICPP-2431 Include relationship.py in the msi installer
e987e8731 is described below

commit e987e873173e2006cd6ea8474600988c732205cf
Author: Ferenc Gerlits <[email protected]>
AuthorDate: Tue Jul 23 14:40:09 2024 +0000

    MINIFICPP-2431 Include relationship.py in the msi installer
    
    Closes #1844
    
    Signed-off-by: Marton Szasz <[email protected]>
---
 msi/WixWin.wsi.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/msi/WixWin.wsi.in b/msi/WixWin.wsi.in
index 09920256a..0c0c38015 100644
--- a/msi/WixWin.wsi.in
+++ b/msi/WixWin.wsi.in
@@ -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>

Reply via email to