Skip to content

Commit

Permalink
Installer: Change manufacturer name (shown in Add/Remove Programs)
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardog committed Nov 30, 2022
1 parent a221cc7 commit 455084d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gsudo.Installer/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">

<Product Id="*" Name="gsudo v$(env.version)" Language="1033" Version="$(env.version_MajorMinorPatch)"
UpgradeCode="567b5616-d362-484e-b6ff-7c1875cf0aee" Manufacturer="gerardog">
UpgradeCode="567b5616-d362-484e-b6ff-7c1875cf0aee" Manufacturer="Gerardo Grignoli">

<Package InstallerVersion="200"
Compressed="yes"
Expand Down

0 comments on commit 455084d

Please sign in to comment.