Skip to content

Commit

Permalink
adjusted manufacturer in installer
Browse files Browse the repository at this point in the history
  • Loading branch information
mba2811 committed Apr 1, 2021
1 parent 27c8660 commit 4a23f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Installer/AmagnoVirtualPrinter.WixSharpInstaller/Script.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public static void Main([NotNull]string[] args)
InstallPrivileges = InstallPrivileges.elevated
};

project.ControlPanelInfo.Manufacturer = "Amagno";
project.ControlPanelInfo.Manufacturer = "Amagno GmbH";
project.BeforeInstall += ProjectOnBeforeInstall;

project.BuildMsi();
Expand Down

0 comments on commit 4a23f4f

Please sign in to comment.