mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
Use Release configuration to decrease the updaters file size
This commit is contained in:
@@ -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+'"');
|
||||
|
||||
@@ -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>
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user