From beef9c22c1fac79484a4843329b45dda9f054417 Mon Sep 17 00:00:00 2001 From: Rye Mutt <rye@alchemyviewer.org> Date: Thu, 9 Nov 2023 22:34:06 -0500 Subject: [PATCH] Fix installer channel dir --- indra/newview/installers/windows/install_template.iss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/installers/windows/install_template.iss b/indra/newview/installers/windows/install_template.iss index 5e5b601fd95..754194fafd5 100644 --- a/indra/newview/installers/windows/install_template.iss +++ b/indra/newview/installers/windows/install_template.iss @@ -15,7 +15,7 @@ [Setup] ; NOTE: The value of AppId uniquely identifies this application. Do not use the same AppId value in installers for other applications. ; (To generate a new GUID, click Tools | Generate GUID inside the IDE.) -AppId={{564993A0-36C3-4C9C-83FA-336EAB720367} +AppId={#MyAppNameShort} AppName={#MyAppName} AppVersion={#MyAppVersion} AppVerName={#MyAppName} {#MyAppVersion} -- GitLab