Skip to content

Commit 885c5f0

Browse files
fix msi (#106)
1 parent e386da2 commit 885c5f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/package/windows/nri-amd64-installer/Product.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
</Component>
104104
</ComponentGroup>
105105
<ComponentGroup Id="PluginLogConfigsComponent" Directory="PluginLogConfigsFolder">
106-
<Component Id="CMP_NRI_$(var.IntegrationName)_LOG_CONFIG_YML" Guid="f7a785c6-4b75-4a22-8a01-8f1676e0968c" Win64="no">
106+
<Component Id="CMP_NRI_$(var.IntegrationName)_LOG_CONFIG_YML" Guid="f7a785c6-4b75-4a22-8a01-8f1676e0968c" Win64="yes">
107107
<File Id="FILE_NRI_$(var.IntegrationName)_LOG_CONFIG_YML"
108108
Name="$(var.IntegrationName)-log-win.yml.example"
109109
Source="$(var.BinariesPath)New Relic\newrelic-infra\logging.d\$(var.IntegrationName)-log-win.yml.example"

0 commit comments

Comments
 (0)