From f0db05c96e7fb7939f639d6e5b05655a10bf35b3 Mon Sep 17 00:00:00 2001 From: Marco Dalla Tiezza Date: Tue, 28 May 2024 22:56:46 +0200 Subject: [PATCH] Fixed typo in .iss file --- building/Windows/windows_installer.iss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/building/Windows/windows_installer.iss b/building/Windows/windows_installer.iss index 2664294..54bafdf 100644 --- a/building/Windows/windows_installer.iss +++ b/building/Windows/windows_installer.iss @@ -6,7 +6,7 @@ [Setup] AppName={#MyAppName} -AppId={2A04F9B8-0EF1-4D46-A335-E484DA6CE8A7} +AppId={{2A04F9B8-0EF1-4D46-A335-E484DA6CE8A7} AppVersion={#MyAppVersion} AppPublisher={#MyAppPublisher} AppPublisherURL={#MyAppURL}