Removed VersionInfoVersion from InnoSetup script, #4507

This commit is contained in:
Morgan Hardwood 2018-04-18 08:13:22 +02:00
parent 239e0dab57
commit 7a21501955

View File

@ -38,7 +38,7 @@
AppId={#MyAppName}{#MyAppVersion} AppId={#MyAppName}{#MyAppVersion}
AppName={#MyAppName} AppName={#MyAppName}
AppVersion={#MyAppVersion} AppVersion={#MyAppVersion}
VersionInfoVersion={#MyAppVersionNumeric} ;VersionInfoVersion={#MyAppVersionNumeric}
AppPublisher={#MyAppPublisher} AppPublisher={#MyAppPublisher}
AppPublisherURL={#MyAppURL} AppPublisherURL={#MyAppURL}
AppSupportURL={#MyAppURL} AppSupportURL={#MyAppURL}