mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
Merge pull request #16126 from keymanapp/fix/windows/15433/add-update-propery-remote-check
fix(windows): add update property to remote check
This commit is contained in:
commit
82cfbce114
1 changed files with 1 additions and 0 deletions
|
|
@ -158,6 +158,7 @@ begin
|
|||
try
|
||||
http.Fields.Add('version', ansistring(CKeymanVersionInfo.Version));
|
||||
http.Fields.Add('tier', ansistring(CKeymanVersionInfo.Tier));
|
||||
http.Fields.Add('update', '1'); // This is checking for an update
|
||||
if FForce then
|
||||
http.Fields.Add('manual', '1')
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue