fix installer version check

This commit is contained in:
Oleksandr Bezdieniezhnykh
2025-10-02 11:22:54 +03:00
parent e090f2d093
commit d355f81c63
+2 -2
View File
@@ -164,8 +164,8 @@ public partial class Login
{
TbStatus.Text = "Checking for the newer version...";
var installerDir = _dirConfig?.IsStage ?? false
? ConstantsLoader.SUITE_FOLDER
: ConstantsLoader.SUITE_STAGE_FOLDER;
? ConstantsLoader.SUITE_STAGE_FOLDER
: ConstantsLoader.SUITE_FOLDER;
var installerName = await _azaionApi.GetLastInstallerName(installerDir);
try