Browse Source

Correct manufacturer name in MSI package

pull/2578/head
Andreas Weizel 4 years ago
parent
commit
3d2176554f
  1. 1
      ILSpy.Installer/setup.cs

1
ILSpy.Installer/setup.cs

@ -35,6 +35,7 @@ namespace ILSpy.Installer @@ -35,6 +35,7 @@ namespace ILSpy.Installer
project.InstallScope = InstallScope.perUser;
project.InstallPrivileges = InstallPrivileges.limited;
project.ControlPanelInfo.ProductIcon = @"..\ILSpy\Images\ILSpy.ico";
project.ControlPanelInfo.Manufacturer = "ICSharpCode Team";
project.LocalizationFile = Path.Combine(Environment.CurrentDirectory, "winui.wxl");
project.Encoding = Encoding.UTF8;

Loading…
Cancel
Save