Skip to content

Commit 77d2e2d

Browse files
Update manufacturer name for Wix installer (#5201)
Update the `Manufacturer` value to match the new Windows signing certificate (#5122).
1 parent de9d2b2 commit 77d2e2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/k6.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
3-
<Product Id="*" UpgradeCode="8C5F9495-F697-4780-ABFD-90DCC2F681B6" Version="$(var.VERSION)" Language="1033" Name="k6" Manufacturer="Raintank Inc. d.b.a. Grafana Labs">
3+
<Product Id="*" UpgradeCode="8C5F9495-F697-4780-ABFD-90DCC2F681B6" Version="$(var.VERSION)" Language="1033" Name="k6" Manufacturer="Grafana Labs">
44
<Package InstallerVersion="300" Compressed="yes"/>
55
<MajorUpgrade AllowSameVersionUpgrades="yes" DowngradeErrorMessage="A later version of [ProductName] is already installed. Setup will now exit."/>
66

0 commit comments

Comments
 (0)