inno script syntax error fix

This commit is contained in:
Kingkor Roy Tirtho 2022-03-24 13:42:46 +06:00
parent 45f9d08595
commit 1d232e3302

View File

@ -10,7 +10,7 @@
[Setup] [Setup]
; NOTE: The value of AppId uniquely identifies this application. Do not use the same AppId value in installers for other applications. ; 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.) ; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
AppId={80B901C8-D6FE-494E-8AF7-A2BD440E8644} AppId={{80B901C8-D6FE-494E-8AF7-A2BD440E8644}
AppName={#MyAppName} AppName={#MyAppName}
AppVersion={#MyAppVersion} AppVersion={#MyAppVersion}
;AppVerName={#MyAppName} {#MyAppVersion} ;AppVerName={#MyAppName} {#MyAppVersion}