From e028af72135269e5aa15b756fdba33016ff1e3d0 Mon Sep 17 00:00:00 2001 From: Zach Parks Date: Tue, 25 Oct 2022 16:45:19 -0500 Subject: [PATCH] Fix typo in installer.iss --- inno/installer.iss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inno/installer.iss b/inno/installer.iss index 462e967..4af621b 100644 --- a/inno/installer.iss +++ b/inno/installer.iss @@ -10,7 +10,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={6741975E-782A-438F-8C05-502EDB37E7DB} +AppId={{6741975E-782A-438F-8C05-502EDB37E7DB} AppName={#MyAppName} AppVersion={#MyAppVersion} AppVerName={#MyAppName} {#MyAppVersion}