Use Release configuration to decrease the updaters file size

This commit is contained in:
Ansgar Becker
2023-01-01 21:37:22 +01:00
parent b49c6983f1
commit 0cdbab3928
3 changed files with 3 additions and 3 deletions

View File

@@ -133,8 +133,8 @@ begin
// Parameter syntax check
if (AppPath = '') or (DownloadPath = '') or (RestartTaskName = '') then begin
Status('Syntax: '+ExtractFilename(Paramstr(0))+' OldFile.exe NewFile.exe RestartTaskName'+#13#10+
'Please don''t execute this file directly.', True);
Status('Syntax: '+ExtractFilename(Paramstr(0))+' OldFile.exe NewFile.exe RestartTaskName');
Status('Please don''t execute this file directly.', True);
end;
Status('AppPath: "'+AppPath+'"');

View File

@@ -4,7 +4,7 @@
<ProjectVersion>19.5</ProjectVersion>
<FrameworkType>None</FrameworkType>
<Base>True</Base>
<Config Condition="'$(Config)'==''">Debug</Config>
<Config Condition="'$(Config)'==''">Release</Config>
<Platform Condition="'$(Platform)'==''">Win64</Platform>
<TargetedPlatforms>2</TargetedPlatforms>
<AppType>Console</AppType>

View File

Binary file not shown.