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:
rc-swag 2026-06-30 12:50:29 +10:00 committed by GitHub
commit 82cfbce114
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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