We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b760d95 + 7b62eb0 commit 0464901Copy full SHA for 0464901
build/package/msi/NewRelicCLIInstaller/Product.wxs
@@ -34,7 +34,7 @@
34
<DirectoryRef Id="DIR_NewRelicCLI">
35
<Component Id="CMP_NewRelicExe" Guid="367D82BF-A960-4B09-9714-079C93B9E1FB">
36
<Environment Id="PATH" Name="PATH" Value="[DIR_NewRelicCLI]" Permanent="no" Part="last" Action="set" System="no" />
37
- <File Id="FILE_NewRelicExe" Source="..\..\..\dist\newrelic_windows_amd64\newrelic.exe" KeyPath="yes" />
+ <File Id="FILE_NewRelicExe" Source="..\..\..\..\dist\newrelic_windows_amd64\newrelic.exe" KeyPath="yes" />
38
</Component>
39
</DirectoryRef>
40
0 commit comments