mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-05-30 05:34:06 +02:00
Fix typos in installer script comments
This commit is contained in:
parent
720d10e543
commit
1bfc403a98
@ -58,7 +58,7 @@ Type: filesandordirs; Name: "{localappdata}\{#MyAppName}\GPUCache"
|
|||||||
[Code]
|
[Code]
|
||||||
function TDGetNetFrameworkVersion: Cardinal; forward;
|
function TDGetNetFrameworkVersion: Cardinal; forward;
|
||||||
|
|
||||||
{ Check .NET Framework version on startup, ask user if they want to proceed if older than 4.5.1. }
|
{ Check .NET Framework version on startup, ask user if they want to proceed if older than 4.5.2. }
|
||||||
function InitializeSetup: Boolean;
|
function InitializeSetup: Boolean;
|
||||||
begin
|
begin
|
||||||
if TDGetNetFrameworkVersion() >= 379893 then
|
if TDGetNetFrameworkVersion() >= 379893 then
|
||||||
|
@ -69,7 +69,7 @@ function TDIsMatchingCEFVersion(InstallPath: String): Boolean; forward;
|
|||||||
function TDPrepareFullDownloadIfNeeded: Boolean; forward;
|
function TDPrepareFullDownloadIfNeeded: Boolean; forward;
|
||||||
procedure TDExecuteFullDownload; forward;
|
procedure TDExecuteFullDownload; forward;
|
||||||
|
|
||||||
{ Check .NET Framework version on startup, ask user if they want to proceed if older than 4.5.1. Prepare full download package if required. }
|
{ Check .NET Framework version on startup, ask user if they want to proceed if older than 4.5.2. Prepare full download package if required. }
|
||||||
function InitializeSetup: Boolean;
|
function InitializeSetup: Boolean;
|
||||||
begin
|
begin
|
||||||
if not TDPrepareFullDownloadIfNeeded() then
|
if not TDPrepareFullDownloadIfNeeded() then
|
||||||
|
Loading…
Reference in New Issue
Block a user