Skip to content

Commit 0464901

Browse files
authored
Merge pull request #224 from newrelic/fix/msi
fix(release): fix relative path in WiX project
2 parents b760d95 + 7b62eb0 commit 0464901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/package/msi/NewRelicCLIInstaller/Product.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<DirectoryRef Id="DIR_NewRelicCLI">
3535
<Component Id="CMP_NewRelicExe" Guid="367D82BF-A960-4B09-9714-079C93B9E1FB">
3636
<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" />
37+
<File Id="FILE_NewRelicExe" Source="..\..\..\..\dist\newrelic_windows_amd64\newrelic.exe" KeyPath="yes" />
3838
</Component>
3939
</DirectoryRef>
4040

0 commit comments

Comments
 (0)