Skip to content

Commit 3af3bea

Browse files
theme
1 parent afca754 commit 3af3bea

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

installer.iss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99

1010
[Setup]
1111
; Informações básicas
12-
AppId={A1B2C3D4-E5F6-7890-ABCD-EF1234567890}
12+
; Fixed AppId by escaping curly braces with double braces
13+
AppId={{A1B2C3D4-E5F6-7890-ABCD-EF1234567890}}
1314
AppName={#MyAppName}
1415
AppVersion={#MyAppVersion}
1516
AppPublisher={#MyAppPublisher}

0 commit comments

Comments
 (0)