From 88bb17fca897c8bde9359accddf6885ce5aa68cf Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sun, 28 Oct 2018 18:11:07 -0700 Subject: [PATCH] Change Manufacturer string to "Moonlight Game Streaming Project" --- wix/Moonlight/Product.wxs | 2 +- wix/MoonlightSetup/Bundle.wxs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wix/Moonlight/Product.wxs b/wix/Moonlight/Product.wxs index 6c655cff..f306eeb8 100644 --- a/wix/Moonlight/Product.wxs +++ b/wix/Moonlight/Product.wxs @@ -15,7 +15,7 @@ Name="$(var.FullName)" Language="1033" Version="!(bind.fileVersion.MoonlightExe)" - Manufacturer="Moonlight Game Streaming Team" + Manufacturer="Moonlight Game Streaming Project" UpgradeCode="5c09f94e-f809-4c6a-9b7b-597c99f041fe"> diff --git a/wix/MoonlightSetup/Bundle.wxs b/wix/MoonlightSetup/Bundle.wxs index 01411d9b..afff3595 100644 --- a/wix/MoonlightSetup/Bundle.wxs +++ b/wix/MoonlightSetup/Bundle.wxs @@ -6,7 +6,7 @@